Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RB_StrongestBrain_250520
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
RB_StrongestBrain_250520
Commits
e588f4e7
Commit
e588f4e7
authored
May 23, 2025
by
cc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build
parent
2971c534
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
index.html
index.html
+4
-0
App.tsx
src/App.tsx
+1
-1
No files found.
index.html
View file @
e588f4e7
...
...
@@ -86,6 +86,10 @@
CFG
.
indexLogin
=
"/wechat/access?apk=4AoRyTuR6XNfjNa4w5exe1bPmqDS&dbredirect="
;
CFG
.
sensorUrl
=
"https://mdglfxpt.piccgroup.cn:18443/sa?project=picclife_consumer"
;
//代理人仅分享渠道
CFG
.
agentShare
=
getUrlParam
(
"agentShare"
)
||
0
;
// 环境,test测试,prod生产 TIAN_TODO
CFG
.
env
=
"test"
;
//注意sdk 也分环境!
if
(
CFG
.
env
==
"test"
)
{
...
...
src/App.tsx
View file @
e588f4e7
...
...
@@ -40,7 +40,7 @@ class App extends Component {
index
:
HomePage
,
sharepage
:
SharePage
,
}[
skinId
]
||
HomePage
;
PageCtrl
.
changePage
(
defaultPage
);
PageCtrl
.
changePage
(
CFG
.
agentShare
==
"1"
?
AgentSharepage
:
defaultPage
);
}
async
componentDidMount
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment