目录名称修正
This commit is contained in:
@@ -11,7 +11,6 @@ const store = new Vuex.Store({
|
||||
state: {
|
||||
token: "",
|
||||
corpId: "",
|
||||
baseURL: "",
|
||||
openUser: {},
|
||||
dicts: [],
|
||||
user: {},
|
||||
@@ -241,6 +240,9 @@ const store = new Vuex.Store({
|
||||
return Promise.resolve()
|
||||
} else {
|
||||
agentSignURL = url
|
||||
if (http.defaults.baseURL.indexOf("saas") > -1) {
|
||||
params = {...params, corpId: "ww596787bb70f08288"}
|
||||
}
|
||||
if (qs.parse(location.search)?.corpId) {
|
||||
params = {
|
||||
corpId: qs.parse(location.search).corpId
|
||||
|
||||
Reference in New Issue
Block a user