Parcourir la source

add hnlcpath

hotfix
zhangtao il y a 1 an
Parent
révision
cc189527a6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/router/guard/permission-guard.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()

Chargement…
Annuler
Enregistrer