From bdbff3c9bd15c20f7f519ac04d323bededeec880 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 21 Nov 2022 14:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E8=AE=BE=E7=BD=AE=E5=B7=B2?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 91ad2071..28e719cf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -57,7 +57,7 @@ module.exports = { proxy: { //设置代理,可解决跨5 '/lan': { - target: 'http://192.168.1.87:9000', + target: 'http://dvcp.sinocare.net', changeOrigin: true, pathRewrite: { //地址重写 @@ -97,7 +97,7 @@ module.exports = { } }, '/lns': { - target: 'http://localhost:12525', + target: 'http://dvcp.sinocare.net', changeOrigin: true, pathRewrite: { //地址重写