追加CorpId默认值
This commit is contained in:
@@ -249,7 +249,7 @@ const store = new Vuex.Store({
|
|||||||
params = params || {corpId, suiteId}
|
params = params || {corpId, suiteId}
|
||||||
}
|
}
|
||||||
return http.post("/app/wxcp/portal/agentSign", null, {
|
return http.post("/app/wxcp/portal/agentSign", null, {
|
||||||
params: {...params, url}
|
params: {corpId: "ww596787bb70f08288", ...params, url}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
let config = {
|
let config = {
|
||||||
@@ -373,7 +373,7 @@ const store = new Vuex.Store({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, 300)
|
}, 300)
|
||||||
}).catch(e => {
|
}).catch(() => {
|
||||||
reject('error')
|
reject('error')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user