From e0cc3c7cf491aa9fd42b3798b5039fe7a244423b Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Mon, 15 Jul 2024 18:00:44 +0800 Subject: [PATCH] aaa --- common/http.interceptor.js | 4 +- page_components/fuwu/index.vue | 10 ++- .../statulist/myshop/editshop/index.vue | 11 +++- page_fenbao/statulist/myshop/shopxx/index.vue | 14 +++- page_fenbao/zhuce.vue | 66 ++++++++++--------- page_user/sbdetail.vue | 3 - page_user/wifijoint/index.vue | 18 ++--- pages.json | 22 ++++++- pages/index/index.vue | 4 +- pages/shouye/index.vue | 35 +++++++--- 10 files changed, 122 insertions(+), 65 deletions(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 8961949..9277b6b 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -20,8 +20,8 @@ const install = (Vue, vm) => { // }, // }); Vue.prototype.$u.http.setConfig({ - // baseUrl: 'http://124.221.246.124:2290', - baseUrl: 'https://kg.chuantewulian.cn/prod-api', + baseUrl: 'http://192.168.2.143:10002', + // baseUrl: 'https://kg.chuantewulian.cn/prod-api', loadingText: '努力加载中~', loadingTime: 1000, // 设置自定义头部content-type diff --git a/page_components/fuwu/index.vue b/page_components/fuwu/index.vue index a68a62f..e4069ff 100644 --- a/page_components/fuwu/index.vue +++ b/page_components/fuwu/index.vue @@ -3,7 +3,7 @@ - {{deviceobj.deviceName}} + {{deviceobj.deviceName}} @@ -224,6 +224,11 @@ }); }, methods: { + btnshouye(){ + uni.reLaunch({ + url:'/pages/shouye/index' + }) + }, btnjxcz() { xBlufi.initXBlufi(1) xBlufi.listenDeviceMsgEvent(true, this.funListenDeviceMsgEvent); @@ -638,6 +643,9 @@