From 0935d4c252cffcd39a03552ae9b7bc1394c687a9 Mon Sep 17 00:00:00 2001 From: wyx Date: Fri, 3 Feb 2023 16:42:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0proxy?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0windows.location=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 2e2b53e1..4b714363 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,7 +21,7 @@ module.exports = defineConfig({ "^/manageApi": "", }, }, "/userbasic": { - target: 'http:' + process.env.VUE_APP_BOE_API_URL, + target: 'https:' + process.env.VUE_APP_BOE_API_URL, changeOrigin: true, //表示是否改变原域名 }, },