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
c419ead2
Commit
c419ead2
authored
May 27, 2025
by
徐士卿
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab2.dui88.com:sparkprojects/rb_strongestbrain_250520
parents
fd260003
93b2274c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.html
index.html
+0
-1
App.tsx
src/App.tsx
+2
-1
No files found.
index.html
View file @
c419ead2
...
...
@@ -18,7 +18,6 @@
<script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script>
<script
src=
"https://res.wx.qq.com/open/js/jweixin-1.6.0.js"
></script>
<script
src=
"https://m.picclife.cn/Life-H5/html/clause/PICCLifeJsBrage.js"
></script>
<script
src=
"//res.wx.qq.com/open/js/jweixin-1.6.0.js"
></script>
<script>
var
CFG
=
CFG
||
{};
CFG
.
projectId
=
location
.
pathname
.
split
(
'/'
)[
2
]
||
'1'
;
...
...
src/App.tsx
View file @
c419ead2
...
...
@@ -12,7 +12,7 @@ import musicStore from "@/store/musicStore.ts";
import
{
initWx
}
from
"@/built-in/share/weixin/weixin.ts"
;
import
{
ModalCtrl
}
from
"@/core/ctrls/ModalCtrl.tsx"
;
import
{
PageCtrl
}
from
"@/core/ctrls/PageCtrl.tsx"
;
import
{
GetCurrSkinId
,
getCustomShareId
,
isMiniprogram
}
from
"@/utils/utils.ts"
;
import
{
GetCurrSkinId
,
getCustomShareId
,
isMiniprogram
,
waitTime
}
from
"@/utils/utils.ts"
;
import
MyPrize
from
"@/pages/MyPrize/MyPrize.jsx"
;
import
LoadingDemo
from
"@/pages/LoadingDemo/LoadingDemo.tsx"
;
...
...
@@ -58,6 +58,7 @@ class App extends Component {
if
(
isMiniprogram
()){
//小程序域名写死
CFG
.
domain
=
"https://96094-activity.dexfu.cn"
;
}
await
waitTime
(
10
)
shareStore
.
initShare
()
}
...
...
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