Browse Source

add hnlcpath

hotfix
zhangtao 1 year ago
parent
commit
cc189527a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/router/guard/permission-guard.js

+ 1
- 1
src/router/guard/permission-guard.js View File

@@ -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…
Cancel
Save