Jelajahi Sumber

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

yuanmingze 1 bulan lalu
induk
melakukan
c994595bfd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 },