1
wanshenmean
2026-03-11 b7d4e91a76cd1e414f9314b5452f89748e829cee
Code/WCS/WIDESEAWCS_Client/src/router/redirect.js
@@ -2,18 +2,18 @@
let redirect = [{
    path: '/404',
    name: '404',
    component: () => import('@/components/redirect/404'),
    component: () => import('@/components/redirect/404.vue'),
    meta:{
        anonymous:true
      }
}, {
    path: '/401',
    name: '401',
    component: () => import('@/components/redirect/401')
    component: () => import('@/components/redirect/401.vue')
}, {
    path: '/coding',
    name: 'coding',
    component: () => import('@/components/redirect/coding')
    component: () => import('@/components/redirect/coding.vue')
}, {
    path: '/message',
    name: 'message',