Commit e9151e29 authored by qinhaitao's avatar qinhaitao

feat: 🎸 任务修复

parent 91984819
......@@ -69,7 +69,9 @@ export default function TasksModal(props) {
jumpLink: async() => {
navigateToOutside(url || 'https://www.feizhu.com')
if (browseType === 1) {
doCompleteTaskHandle(taskType)
setTimeout(() => {
doCompleteTaskHandle(taskType)
}, 1000)
} else {
app.isFlashTask = true
setPreBrowseTime(Date.now())
......
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