Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
luqiao-admin-mobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨子
luqiao-admin-mobile
Commits
a180aee6
Commit
a180aee6
authored
Apr 26, 2019
by
牛晓林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest
parent
6ae0c009
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
login.component.ts
src/app/routes/passport/login/login.component.ts
+0
-1
No files found.
src/app/routes/passport/login/login.component.ts
View file @
a180aee6
...
@@ -116,7 +116,6 @@ export class UserLoginComponent implements OnDestroy {
...
@@ -116,7 +116,6 @@ export class UserLoginComponent implements OnDestroy {
this
.
reuseTabService
.
clear
();
this
.
reuseTabService
.
clear
();
// 设置用户Token信息
// 设置用户Token信息
res
.
body
.
token
=
res
.
body
.
JSESSIONID
;
res
.
body
.
token
=
res
.
body
.
JSESSIONID
;
document
.
cookie
=
`JSESSIONID=
${
res
.
body
.
token
}
`
;
this
.
tokenService
.
set
(
res
.
body
);
this
.
tokenService
.
set
(
res
.
body
);
// 重新获取 StartupService 内容,我们始终认为应用信息一般都会受当前用户授权范围而影响
// 重新获取 StartupService 内容,我们始终认为应用信息一般都会受当前用户授权范围而影响
this
.
startupSrv
.
load
().
then
(()
=>
{
this
.
startupSrv
.
load
().
then
(()
=>
{
...
...
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