Browse Source

支付结果页路由拦截

冯诚 3 years ago
parent
commit
03d2305a18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/router.ts

+ 1 - 0
src/router.ts

@@ -44,6 +44,7 @@ const router = createRouter({
       path: '/pay-result/:status',
       component: () => import('./pages/pay-result/index.vue'),
       props: true,
+      meta: { auth: true },
     },
     {
       path: '/account',