Commit a180aee6 by 牛晓林

latest

parent 6ae0c009
......@@ -116,7 +116,6 @@ export class UserLoginComponent implements OnDestroy {
this.reuseTabService.clear();
// 设置用户Token信息
res.body.token=res.body.JSESSIONID;
document.cookie=`JSESSIONID=${res.body.token}`;
this.tokenService.set(res.body);
// 重新获取 StartupService 内容,我们始终认为应用信息一般都会受当前用户授权范围而影响
this.startupSrv.load().then(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment