From 2591e298a3fd1332ad0ca33059f6ba0b7d426f51 Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期四, 20 三月 2025 10:08:00 +0800 Subject: [PATCH] 最新代码提交 --- 项目代码/client/src/router/redirect.js | 42 ++++++++++++++++++++++-------------------- 1 files changed, 22 insertions(+), 20 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js" index 144beb8..8630e2b 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/router/redirect.js" @@ -1,22 +1,24 @@ -let redirect = [{ - path: '/404', - name: '404', - component: () => import('@/components/redirect/404'), - meta:{ - anonymous:true - } -}, { - path: '/401', - name: '401', - component: () => import('@/components/redirect/401') -}, { - path: '/coding', - name: 'coding', - component: () => import('@/components/redirect/coding') -}, { - path: '/message', - name: 'message', - component: () => import('@/components/redirect/Message.vue') -}] +let redirect = [ + //{ + // path: '/404', + // name: '404', + // component: () => import('../components/redirect/404'), + // meta: { + // anonymous: true + // } + // }, { + // path: '/401', + // name: '401', + // component: () => import('@/components/redirect/401') + // }, { + // path: '/coding', + // name: 'coding', + // component: () => import('@/components/redirect/coding') + // }, { + // path: '/message', + // name: 'message', + // component: () => import('@/components/redirect/Message.vue') + // } +] export default redirect; \ No newline at end of file -- Gitblit v1.9.3