系统切换优化

This commit is contained in:
aixianling
2022-01-28 16:49:59 +08:00
parent 208354cb64
commit 9aab400c05
3 changed files with 18 additions and 5 deletions

View File

@@ -236,7 +236,7 @@ const store = new Vuex.Store({
},
agentSign(state, params) {
let url = window.location.href,
{corpId = "ww596787bb70f08288", suiteId} = state.state.config
{corpId, suiteId} = state.state.config
if (agentSignURL == url) {
return Promise.resolve()
} else {