From d03648c7e7f5dd1eda76f6a9666180d2db6547c1 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Wed, 29 Jun 2022 14:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=97=A5=E5=BF=97=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/details.vue | 4 ++-- pages/mine/details2.vue | 4 ++-- utils/domain.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/mine/details.vue b/pages/mine/details.vue index 65d61b0..92c9bb2 100644 --- a/pages/mine/details.vue +++ b/pages/mine/details.vue @@ -116,7 +116,7 @@ - + 设备日志 @@ -373,7 +373,7 @@ } }, methods: { - eqLog(){ + eqLogClick(){ uni.navigateTo({ url:`./equipmentLog?id=${this.customerId}` }) diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 390197d..59af298 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -97,7 +97,7 @@ mode=""> 更多 - 设备日志 + 设备日志 接待信息 {{userlistobj.validInvalidName}} @@ -632,7 +632,7 @@ }, methods: { - eqLog(){ + eqLogClick(){ uni.navigateTo({ url:`./equipmentLog?id=${this.customerId}` }) diff --git a/utils/domain.js b/utils/domain.js index abe75ea..ac78767 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,10 +1,10 @@ // http.js使用域名 -// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 +const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试 // const baseUrl = 'http://192.168.31.148:8080/api';// 泽明 // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩 -const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式