Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TianGongKaiWu-20251203
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
TianGongKaiWu-20251203
Commits
8bb9ac60
Commit
8bb9ac60
authored
Dec 11, 2025
by
王勇霞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 调整字段
parent
b18f47b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.ts
mock/index.ts
+1
-1
index.jsx
src/panels/blackPop/index.jsx
+1
-1
store.ts
src/store/store.ts
+2
-2
No files found.
mock/index.ts
View file @
8bb9ac60
...
...
@@ -20,7 +20,7 @@ export default [
"message"
:
"报错了~"
,
"code"
:
null
,
"data"
:
{
virtual
ProjectId
:
'p9ec985d9'
,
other
ProjectId
:
'p9ec985d9'
,
shareInfo
:
JSON
.
stringify
({
"title"
:
"万亿体验金狂欢节"
,
"content"
:
"快来助我一臂之力,一起领百万理财体验金~"
,
...
...
src/panels/blackPop/index.jsx
View file @
8bb9ac60
...
...
@@ -19,7 +19,7 @@ class BlackPop extends React.Component {
}
handleClose
=
_asyncThrottle
(()
=>
{
window
.
location
.
href
=
`
${
CFG
.
domain
}
/projectx/
${
store
.
frontVariable
.
virtual
ProjectId
}
/index.html?appID=
${
CFG
.
appID
}
&channel=
${
CFG
.
channel
}
`
window
.
location
.
href
=
`
${
CFG
.
domain
}
/projectx/
${
store
.
frontVariable
.
other
ProjectId
}
/index.html?appID=
${
CFG
.
appID
}
&channel=
${
CFG
.
channel
}
`
})
render
()
{
...
...
src/store/store.ts
View file @
8bb9ac60
...
...
@@ -22,12 +22,12 @@ class Store {
/** 前端开发配置 */
frontVariable
:
{
// 虚拟盘项目id
virtual
ProjectId
:
string
,
other
ProjectId
:
string
,
homeTip
:
any
;
shareInfo
:
any
,
ruleImg
?:
string
,
}
=
{
virtual
ProjectId
:
''
,
other
ProjectId
:
''
,
shareInfo
:
{
title
:
""
,
desc
:
""
,
...
...
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