wanshenmean
8 天以前 83743fe4641fcfad9effc2b6104c8dedefcbdcb5
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',