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(() => { }) |