|
@@ -97,7 +97,9 @@ export function useInvoice() {
|
|
|
// 5. 失败后统一处理 —— 判断当前页面是否需要跳转
|
|
// 5. 失败后统一处理 —— 判断当前页面是否需要跳转
|
|
|
if (route.path !== '/h5/invoice-information/index') {
|
|
if (route.path !== '/h5/invoice-information/index') {
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
- router.replace('/invoice-information/index')
|
|
|
|
|
|
|
+ router.replace({
|
|
|
|
|
+ path: '/invoice-information',
|
|
|
|
|
+ })
|
|
|
}, 1800)
|
|
}, 1800)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|