From a34ad292537aba9829121926cd915e9f77fe389b Mon Sep 17 00:00:00 2001 From: zhangyang Date: Thu, 29 Jul 2021 15:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- static/config/configmap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index f5fef64..94bd12b 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 d25f385..9cf3657 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 -- 2.26.0