Parcourir la source

Merge branch 'hotfix' of gitadmin/tuoheng_pilot_web into master

pull/126/head
zhangtao il y a 1 an
Parent
révision
0c0e19cf36
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      src/router/guard/permission-guard.js
  2. +1
    -1
      src/router/routes/index.js

+ 1
- 1
src/router/guard/permission-guard.js Voir le fichier

@@ -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()

+ 1
- 1
src/router/routes/index.js Voir le fichier

@@ -12,7 +12,7 @@ export const basicRoutes = [
}
},
{
path: '/Hunan_CUCC',
path: '/hnlt/refer',
component: () => import('@/views/transfer/index.vue'),
meta: { title: '中转页' }
},

Chargement…
Annuler
Enregistrer