Selaa lähdekoodia

add hnlcpath

hotfix
zhangtao 1 vuosi sitten
vanhempi
commit
cc189527a6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/router/guard/permission-guard.js

+ 1
- 1
src/router/guard/permission-guard.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna