diff --git a/config/index.js b/config/index.js index f5fef64f86e3189e8a68249ff7e385194e7a8a86..94bd12bd52ab55dfeba204b576bb91e39a4e5892 100644 --- a/config/index.js +++ b/config/index.js @@ -14,7 +14,7 @@ module.exports = { //target: "https://apaas.cztest.local/apaas/", target: "https://apaas3.wodcloud.com/apaas/", changeOrigin: true, - secure: false,//关键在设置这个值为false + secure: false,//https证书安全设置为false pathRewrite: { "^/apaas": "" } diff --git a/static/config/configmap.js b/static/config/configmap.js index d25f385dc3f2c59e5bd670bf2fcf12eae36e153e..9cf365742a937ae5d39dafc1bc9418297da011c5 100644 --- a/static/config/configmap.js +++ b/static/config/configmap.js @@ -1,5 +1,5 @@ window.serviceConfig = { gisServiceRoot: 'https://apaasgis.wodcloud.com', - state: "notNeedLogin", // needLogin / notNeedLogin + state: "needLogin", // needLogin / notNeedLogin cloudServiceRoot: 'https://cloud4.wodcloud.com/awecloud/login/#/', }; \ No newline at end of file