Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d116efe8
authored
Feb 17, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
98116e97
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/components/menu.vue
src/views/User/login.vue
src/components/menu.vue
View file @
d116efe8
This diff is collapsed.
Click to expand it.
src/views/User/login.vue
View file @
d116efe8
...
@@ -161,6 +161,8 @@ export default {
...
@@ -161,6 +161,8 @@ export default {
loadingInstance
.
close
();
loadingInstance
.
close
();
if
(
res
.
code
===
0
)
{
if
(
res
.
code
===
0
)
{
sessionStorage
.
removeItem
(
'tabs'
);
sessionStorage
.
removeItem
(
'tabs'
);
localStorage
.
removeItem
(
'supplier_id'
);
localStorage
.
setItem
(
'supplier_id'
,
res
.
data
.
supplier_id
);
Util
.
setCookie
(
"token"
,
res
.
data
.
api_token
,
1
);
Util
.
setCookie
(
"token"
,
res
.
data
.
api_token
,
1
);
//强制要求微信绑定
//强制要求微信绑定
if
(
!
res
.
data
.
is_bind_wechat
)
{
if
(
!
res
.
data
.
is_bind_wechat
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment