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