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 @@ 取消 - 视频 + 视频 确认开门