|
|
@ -111,7 +111,7 @@ export class WorkingAreaComponent extends EventEmitter implements OnInit, AfterV |
|
|
|
// 根据ID 找到数据
|
|
|
|
// 根据ID 找到数据
|
|
|
|
|
|
|
|
|
|
|
|
//是否登录
|
|
|
|
//是否登录
|
|
|
|
public verificationURL = '/ui/collectionTools' //验证url地址是否为验证页面
|
|
|
|
public verificationURL = '/ui/plan' //验证url地址是否为验证页面
|
|
|
|
isLogin () { |
|
|
|
isLogin () { |
|
|
|
let token = sessionStorage.getItem('token') // 判断 是否登录状态
|
|
|
|
let token = sessionStorage.getItem('token') // 判断 是否登录状态
|
|
|
|
if (token) { |
|
|
|
if (token) { |
|
|
|