diff --git a/src/manifest.json b/src/manifest.json index 7a38b3b0..e26342a3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -49,6 +49,13 @@ "treeShaking": { "enable": true } + }, + "sdkConfigs": { + "maps": { + "qqmap": { + "key": "3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY" + } + } } } } diff --git a/src/store/index.js b/src/store/index.js index ec8caff0..de51babc 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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) { diff --git a/static/images.zip b/static/images.zip deleted file mode 100644 index 9411f8c0..00000000 Binary files a/static/images.zip and /dev/null differ diff --git a/static/images/news.png b/static/images/news.png deleted file mode 100644 index 6770891e..00000000 Binary files a/static/images/news.png and /dev/null differ diff --git a/static/images/wdbf.png b/static/images/wdbf.png deleted file mode 100644 index 4033e19a..00000000 Binary files a/static/images/wdbf.png and /dev/null differ diff --git a/static/images/yjjk.png b/static/images/yjjk.png deleted file mode 100644 index 6a3198d0..00000000 Binary files a/static/images/yjjk.png and /dev/null differ