| @@ -2,8 +2,8 @@ | |||||
| * 小程序配置文件 | * 小程序配置文件 | ||||
| */ | */ | ||||
| // 此处主机域名修改成腾讯云解决方案分配的域名 | // 此处主机域名修改成腾讯云解决方案分配的域名 | ||||
| // var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
| var host = 'http://192.168.31.160:8080/autoSR/api'; // 长龙 | |||||
| var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
| // var host = 'http://192.168.31.160:8080/autoSR/api'; // 长龙 | |||||
| // var host = 'http://192.168.31.129:8080/autoSR/api'; // 佳豪 | // var host = 'http://192.168.31.129:8080/autoSR/api'; // 佳豪 | ||||
| // var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
| // var host = 'https://zkgj.quhouse.com/api'; // 质控正式 | // var host = 'https://zkgj.quhouse.com/api'; // 质控正式 | ||||
| @@ -91,7 +91,7 @@ | |||||
| }, | }, | ||||
| "quickapp" : {}, | "quickapp" : {}, | ||||
| "mp-weixin" : { | "mp-weixin" : { | ||||
| "appid" : "wx8f883dca5ecc5510", | |||||
| "appid" : "wxe044603515ff2cb5", | |||||
| "setting" : { | "setting" : { | ||||
| "urlCheck" : false, | "urlCheck" : false, | ||||
| "es6" : true, | "es6" : true, | ||||
| @@ -42,7 +42,7 @@ | |||||
| <!-- <view class="img">{{item.agentName.slice(0,1)}}</view> --> | <!-- <view class="img">{{item.agentName.slice(0,1)}}</view> --> | ||||
| <view class="name">{{item.agentName}}</view> | <view class="name">{{item.agentName}}</view> | ||||
| <view class="status" v-if="item.replaceReception==1">代接待</view> | <view class="status" v-if="item.replaceReception==1">代接待</view> | ||||
| <view style="margin-left: 6rpx;margin-top: 11rpx;">{{item.receptionStatusName || ''}}</view> | |||||
| <view style="margin-left: 6rpx;margin-top: 11rpx;color: red;">{{item.receptionStatusName || ''}}</view> | |||||
| </view> | </view> | ||||
| @@ -26,7 +26,7 @@ | |||||
| <view class="centerbox-che">顾问姓名:<text class="shizai" style="color: #333333;">{{item.agentName}}</text></view> | <view class="centerbox-che">顾问姓名:<text class="shizai" style="color: #333333;">{{item.agentName}}</text></view> | ||||
| <view class="centerbox-che2" v-if="item.status==1"> | <view class="centerbox-che2" v-if="item.status==1"> | ||||
| <view class="Workcard" v-if="item.status==1&&item.zkEquipmentState.onLine==0">设备状态:<text class="shizai" style="color: #333333;">离线</text></view> | |||||
| <view class="Workcard" v-if="item.status==1&&item.zkEquipmentState.onLine==0">设备状态:<text class="shizai" style="color: red;">离线</text></view> | |||||
| <view class="Workcard" v-if="item.status==1&&item.zkEquipmentState.onLine!=0">工牌电量:<text class="shizai" style="color: #333333;">{{item.zkEquipmentState.electricity}}%</text></view> | <view class="Workcard" v-if="item.status==1&&item.zkEquipmentState.onLine!=0">工牌电量:<text class="shizai" style="color: #333333;">{{item.zkEquipmentState.electricity}}%</text></view> | ||||
| <view class="Workcard" v-if="item.status==1&&item.zkEquipmentState.onLine==1">录音状态: | <view class="Workcard" v-if="item.status==1&&item.zkEquipmentState.onLine==1">录音状态: | ||||
| <text v-if="item.zkEquipmentState.audioStatus=='true'" class="shizai" style="color: #333333;">使用中</text> | <text v-if="item.zkEquipmentState.audioStatus=='true'" class="shizai" style="color: #333333;">使用中</text> | ||||
| @@ -1,6 +1,6 @@ | |||||
| // const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
| const baseUrl = 'http://192.168.31.160:8080/autoSR/api'; // 长龙 | |||||
| const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
| // const baseUrl = 'http://192.168.31.160:8080/autoSR/api'; // 长龙 | |||||
| // const baseUrl = 'http://192.168.31.129:8080/autoSR/api'; // 佳豪 | // const baseUrl = 'http://192.168.31.129:8080/autoSR/api'; // 佳豪 | ||||
| // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
| // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | ||||