Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2025-04-02 17:56:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
610b30aa8eec8c369c7434d771ce30f6e1e87e43
610b30aa
1 parent
f529b992
storage名称修改,跳转修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
web/src/utils/auth.js
web/src/views/redjrectLogin.vue
web/src/utils/auth.js
View file @
610b30a
//import Cookies from 'js-cookie'
const
TokenKey
=
"
preCliearnce
-Token"
;
const
TokenKey
=
"
iClearIpc
-Token"
;
const
Uid
=
"
preCliearnce
-Uid"
;
const
Uid
=
"
iClearIpc
-Uid"
;
export
function
getToken
()
{
//return Cookies.get(TokenKey)
...
...
web/src/views/redjrectLogin.vue
View file @
610b30a
...
...
@@ -19,7 +19,7 @@ export default {
this.loading = false;
// this.$router.push({ path: '/login',query:{changePasswordType:this.$route.query.changePasswordType,loginname:this.$route.query.loginname} })
} else {
this.$router.push({ path: "/
404
" });
this.$router.push({ path: "/
login
" });
this.loading = false;
}
},
...
...
Please
register
or
login
to post a comment