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 @@