Commit 1f913da0 authored by 天马流星拳's avatar 天马流星拳

fix(任务存储): 移除风险测评后的延迟跳转逻辑

风险测评任务完成后不再需要延迟跳转,直接移除setTimeout逻辑以简化代码
parent 24e74d64
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment