From 0d5f4e635fc62e4b473a9de15439f07186566eba Mon Sep 17 00:00:00 2001 From: qzc Date: Thu, 14 Nov 2024 15:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setupProxy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/setupProxy.js b/src/setupProxy.js index 7227330e4..84d5b7104 100644 --- a/src/setupProxy.js +++ b/src/setupProxy.js @@ -5,10 +5,10 @@ module.exports = function (app) { app.use( '/gunshiApp', createProxyMiddleware({ - // target: 'http://local.gunshiiot.com:18083/',//测试 + target: 'http://local.gunshiiot.com:18083/',//测试 // target: 'http://192.168.66.199:24105/',//正式 // target: 'http://36.139.207.50:18083/',//移动云 - target: 'http://192.168.66.49:24105/',//移动云 + // target: 'http://192.168.66.49:24105/',//移动云 changeOrigin: true, }) );