From 5c5e9fa5643050e10ea4055bd19590e379ae428a Mon Sep 17 00:00:00 2001 From: daihh Date: Sat, 8 Oct 2022 09:48:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=90=9111=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index ea6c2e03..ed2e58eb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -114,7 +114,7 @@ module.exports = { proxy: { '/systemapi': { // 目标代理服务器地址 - target: 'http://192.168.0.10:9090', + target: 'http://192.168.0.11:9090', changeOrigin: true, logLevel:'debug', secure: false, @@ -133,7 +133,7 @@ module.exports = { }, '/statApi': { // 目标代理服务器地址 - target: 'http://192.168.0.10:9080', + target: 'http://192.168.0.11:9080', changeOrigin: true, logLevel:'debug', secure: false, @@ -143,7 +143,7 @@ module.exports = { }, '/subgroupApi': { // 目标代理服务器地址 - target: 'http://192.168.0.10:9081', + target: 'http://192.168.0.11:9081', changeOrigin: true, logLevel:'debug', secure: false,