Bläddra i källkod

add hnlcpath

hotfix
zhangtao 1 år sedan
förälder
incheckning
cc189527a6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/router/guard/permission-guard.js

+ 1
- 1
src/router/guard/permission-guard.js Visa fil

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

Laddar…
Avbryt
Spara