From 21f0565ff90da36576c5e5de869696fad0ce4d34 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 10 Sep 2024 15:11:59 +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 --- conf/config.js | 4 ++-- manifest.json | 4 ++-- pages/machine/openDoor.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/config.js b/conf/config.js index 7025796..46c3def 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,10 +15,10 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'https://wuye.huilinwan.cn/'; +const baseUrl = 'http://demo.homecommunity.cn/'; // #endif -let commonBaseUrl = 'https://wuye.huilinwan.cn/'; +let commonBaseUrl = 'http://demo.homecommunity.cn/'; //商城的url let mallUrl = 'https://mallapp.huilinwan.cn/'; diff --git a/manifest.json b/manifest.json index f8205f7..4e46be8 100644 --- a/manifest.json +++ b/manifest.json @@ -80,12 +80,12 @@ "disableHostCheck" : true, "proxy" : { "/app" : { - "target" : "http://demo.homecommunity.cn/", //目标接口域名 + "target" : "http://127.0.0.1:8008/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 }, "/callComponent" : { - "target" : "http://demo.homecommunity.cn/", //目标接口域名 + "target" : "http://127.0.0.1:8008/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 } diff --git a/pages/machine/openDoor.vue b/pages/machine/openDoor.vue index f275836..aaff4c6 100644 --- a/pages/machine/openDoor.vue +++ b/pages/machine/openDoor.vue @@ -23,7 +23,7 @@ 取消 - 视频 + 视频 确认开门