fix: 增加本地调试
parent
4827d75082
commit
b16f122e3a
|
@ -148,7 +148,9 @@ const actions = {
|
||||||
dispatch('tagsView/delAllViews', null, { root: true })
|
dispatch('tagsView/delAllViews', null, { root: true })
|
||||||
removeToken()
|
removeToken()
|
||||||
removeTrxToken()
|
removeTrxToken()
|
||||||
// if (redirectToLogin) window.location.href = '/login'
|
if (window.testUkey !== true) {
|
||||||
|
if (redirectToLogin) window.location.href = '/login'
|
||||||
|
}
|
||||||
resolve()
|
resolve()
|
||||||
}
|
}
|
||||||
// 调用天融信单点退出系统
|
// 调用天融信单点退出系统
|
||||||
|
|
Loading…
Reference in New Issue