@@ -116,7 +116,7 @@ | |||||
<image src="/static/images/backTop.png" mode=""></image> | <image src="/static/images/backTop.png" mode=""></image> | ||||
</view> | </view> | ||||
<view v-if="eqLog!=-1" class="eqLog" @click="eqLog()"> | |||||
<view v-if="eqLog!=-1" class="eqLog" @click="eqLogClick()"> | |||||
<view style="width: 78rpx;text-align: center;">设备日志</view> | <view style="width: 78rpx;text-align: center;">设备日志</view> | ||||
</view> | </view> | ||||
<!-- 加入常错词 --> | <!-- 加入常错词 --> | ||||
@@ -373,7 +373,7 @@ | |||||
} | } | ||||
}, | }, | ||||
methods: { | methods: { | ||||
eqLog(){ | |||||
eqLogClick(){ | |||||
uni.navigateTo({ | uni.navigateTo({ | ||||
url:`./equipmentLog?id=${this.customerId}` | url:`./equipmentLog?id=${this.customerId}` | ||||
}) | }) | ||||
@@ -97,7 +97,7 @@ | |||||
mode=""></image> | mode=""></image> | ||||
<view @click="Receivedetailsabouttab('Receivedetailsabout')">更多</view> | <view @click="Receivedetailsabouttab('Receivedetailsabout')">更多</view> | ||||
<view class="allimg" v-if="Thetapeidisshow"> | <view class="allimg" v-if="Thetapeidisshow"> | ||||
<view v-if="eqLog!=-1" @click="eqLog()" style="line-height: 70rpx;margin-top: 10rpx;">设备日志</view> | |||||
<view v-if="eqLog!=-1" @click="eqLogClick()" style="line-height: 70rpx;margin-top: 10rpx;">设备日志</view> | |||||
<view @click="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view> | <view @click="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view> | ||||
<view @click="alllogo()" style="line-height:70rpx;">{{userlistobj.validInvalidName}}</view> | <view @click="alllogo()" style="line-height:70rpx;">{{userlistobj.validInvalidName}}</view> | ||||
</view> | </view> | ||||
@@ -632,7 +632,7 @@ | |||||
}, | }, | ||||
methods: { | methods: { | ||||
eqLog(){ | |||||
eqLogClick(){ | |||||
uni.navigateTo({ | uni.navigateTo({ | ||||
url:`./equipmentLog?id=${this.customerId}` | url:`./equipmentLog?id=${this.customerId}` | ||||
}) | }) | ||||
@@ -1,10 +1,10 @@ | |||||
// http.js使用域名 | // 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://192.168.31.148:8080/api';// 泽明 | ||||
// const baseUrl = 'http://127.0.0.1:8080/autoSR/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.161:8080/autoSR/api'; // 长龙 | ||||
// const baseUrl = 'http://192.168.31.86:9090/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'; // 数智正式 | // const baseUrl = 'https://hfju.com/api'; // 数智正式 | ||||