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

} }
} }
} else { } else {
if (to.path === '/login' || to.path === '/Hunan_CUCC') {
if (to.path === '/login' || to.path === '/hnlt/refer') {
next() next()
} else { } else {
signinRedirect() signinRedirect()

Loading…
Cancel
Save