This commit is contained in:
wanglei
2022-02-09 15:11:33 +08:00
parent 1bd44308dc
commit cb178908cc
7 changed files with 17 additions and 12 deletions

View File

@@ -240,7 +240,7 @@ const store = new Vuex.Store({
return Promise.resolve()
} else {
agentSignURL = url
if (sessionStorage.getItem("prj").indexOf("saas") > -1) {
if (sessionStorage.getItem("prj")?.indexOf("saas") > -1) {
params = {...params, corpId: "ww596787bb70f08288"}
}
if (qs.parse(location.search)?.corpId) {