This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_pilot_web_move_20240715
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
add hnlcpath
hotfix
zhangtao
1 year ago
parent
c840be8599
commit
cc189527a6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save