@@ -32,7 +32,7 @@ export function createPermissionGuard(router) { | |||
} | |||
} | |||
} else { | |||
if (to.path === '/login' || to.path === '/Hunan_CUCC') { | |||
if (to.path === '/login' || to.path === '/hnlt/refer') { | |||
next() | |||
} else { | |||
signinRedirect() |
@@ -12,7 +12,7 @@ export const basicRoutes = [ | |||
} | |||
}, | |||
{ | |||
path: '/Hunan_CUCC', | |||
path: '/hnlt/refer', | |||
component: () => import('@/views/transfer/index.vue'), | |||
meta: { title: '中转页' } | |||
}, |