|
|
@@ -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 },
|