配置地图

This commit is contained in:
aixianling
2022-02-09 11:01:57 +08:00
parent 98114b6e87
commit 2753d2a8d0
6 changed files with 8 additions and 1 deletions

View File

@@ -49,6 +49,13 @@
"treeShaking": {
"enable": true
}
},
"sdkConfigs": {
"maps": {
"qqmap": {
"key": "3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY"
}
}
}
}
}

View File

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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB