Forráskód Böngészése

修改微信跳转路由路径,从 '/wechat-redirect' 更改为 '/wxr'

yuanmingze 1 hónapja
szülő
commit
c994595bfd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/router/routes.ts

+ 1 - 1
src/router/routes.ts

@@ -67,7 +67,7 @@ export const routes: RouteRecordRaw[] = [
     meta: { title: '获取认证状态', requiresAuth: true },
   },
   {
-    path: '/wechat-redirect',
+    path: '/wxr',
     name: 'WechatRedirect',
     component: () => import('@/views/wechat-redirect/index.vue'),
     meta: { title: '路由跳转中', requiresAuth: false },