From a8de14ee25d7c982dc707dd94af0e6b7f52733c3 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 27 Oct 2023 12:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index aebe6fa..4f53fa3 100644 --- a/manifest.json +++ b/manifest.json @@ -87,12 +87,12 @@ "disableHostCheck" : true, "proxy" : { "/app" : { - "target" : "http://propertyghwy.homecommunity.cn", //目标接口域名http://192.168.1.16:8012 + "target" : "http://192.168.100.108:8088", //目标接口域名http://192.168.1.16:8012 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 }, "/callComponent" : { - "target" : "http://propertyghwy.homecommunity.cn", //目标接口域名http://192.168.1.16:8012 + "target" : "http://192.168.100.108:8088", //目标接口域名http://192.168.1.16:8012 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 }