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
1f913da0
Commit
1f913da0
authored
Dec 16, 2025
by
天马流星拳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(任务存储): 移除风险测评后的延迟跳转逻辑
风险测评任务完成后不再需要延迟跳转,直接移除setTimeout逻辑以简化代码
parent
24e74d64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
task.js
src/store/task.js
+3
-3
No files found.
src/store/task.js
View file @
1f913da0
...
...
@@ -56,9 +56,9 @@ const taskStore = makeAutoObservable({
if
(
code
===
'fxcp'
)
{
// 风险测评
this
.
completeTask
(
code
)
setTimeout
(()
=>
{
windowJumpUrl
(
jumpUrl
)
},
500
)
//
setTimeout(() => {
//
windowJumpUrl(jumpUrl)
//
}, 500)
}
if
(
code
===
'csbj'
)
{
console
.
log
(
"ssssss"
)
...
...
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