Quellcode durchsuchen

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

yuanmingze vor 1 Monat
Ursprung
Commit
c994595bfd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 },
     meta: { title: '获取认证状态', requiresAuth: true },
   },
   },
   {
   {
-    path: '/wechat-redirect',
+    path: '/wxr',
     name: 'WechatRedirect',
     name: 'WechatRedirect',
     component: () => import('@/views/wechat-redirect/index.vue'),
     component: () => import('@/views/wechat-redirect/index.vue'),
     meta: { title: '路由跳转中', requiresAuth: false },
     meta: { title: '路由跳转中', requiresAuth: false },