Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
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
zhanbo.xu
2025-05-13 10:47:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
211dacfc9674c3a2eb218019d211b392a0efe42c
211dacfc
1 parent
18f09688
feat: BUG修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/store/modules/user.js
src/store/modules/user.js
View file @
211dacf
...
...
@@ -179,7 +179,7 @@ const user = {
removeToken
();
removeTime
();
removeUserId
();
location
.
replace
(
process
.
env
.
VUE_APP_BASE_ROUTE
);
window
.
location
.
replace
(
process
.
env
.
VUE_APP_BASE_ROUTE
);
resolve
();
});
},
...
...
Please
register
or
login
to post a comment