Commit 6be5988ab84efabb6fe5f236dd05499fc5f0c553

Authored by 史婷婷
1 parent 25a38ba2

feat: 审核确认去往首页代码修复

Showing 1 changed file with 2 additions and 2 deletions
@@ -401,7 +401,7 @@ export default { @@ -401,7 +401,7 @@ export default {
401 icon: 'none' 401 icon: 'none'
402 }) 402 })
403 setTimeout(() => { 403 setTimeout(() => {
404 - uni.redirectTo({ url: '/pages/flow/approval' }) 404 + this.$tab.reLaunch('/pages/index')
405 }, 300) 405 }, 300)
406 } 406 }
407 }).catch(() => { }) 407 }).catch(() => { })
@@ -414,7 +414,7 @@ export default { @@ -414,7 +414,7 @@ export default {
414 icon: 'none' 414 icon: 'none'
415 }) 415 })
416 setTimeout(() => { 416 setTimeout(() => {
417 - uni.redirectTo({ url: '/pages/flow/approval' }) 417 + this.$tab.reLaunch('/pages/index')
418 }, 300) 418 }, 300)
419 } 419 }
420 }).catch(() => { }) 420 }).catch(() => { })