Parcourir la source

提交修改‘--’

yun
douzhuo il y a 1 an
Parent
révision
c762f55a70
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +3
    -3
      pages/mine/equipmentLog.vue
  2. +2
    -2
      utils/domain.js

+ 3
- 3
pages/mine/equipmentLog.vue Voir le fichier

@@ -67,17 +67,17 @@
<text class="recordingBoxItem-title">录音关闭</text> <text class="recordingBoxItem-title">录音关闭</text>
<view class="recordingBoxItem"> <view class="recordingBoxItem">
<text class="left">结束人:</text> <text class="left">结束人:</text>
<text class="right">{{info.userName}}</text>
<text class="right">{{info.userName || '--'}}</text>
</view> </view>
<view class="recordingBoxItem"> <view class="recordingBoxItem">
<text class="left">结束时间:</text> <text class="left">结束时间:</text>
<text class="right">{{info.assignEndTime}}</text>
<text class="right">{{info.assignEndTime || '--'}}</text>
</view> </view>
<view class="recordingBoxItem"> <view class="recordingBoxItem">
<text class="left">录音结束时间:</text> <text class="left">录音结束时间:</text>
<view class="right" style="font-weight: bold;font-size: 28rpx;"> <view class="right" style="font-weight: bold;font-size: 28rpx;">
<text :style="{color: info.recording==1?'red':'#333'}"> <text :style="{color: info.recording==1?'red':'#333'}">
{{info.recordEndTime}}
{{info.recordEndTime || '--'}}
</text> </text>
</view> </view>
</view> </view>


+ 2
- 2
utils/domain.js Voir le fichier

@@ -1,5 +1,5 @@
// http.js使用域名 // http.js使用域名
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1
// const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化) // const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化)
// const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719) // const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719)


@@ -11,7 +11,7 @@ const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1
// const baseUrl = 'http://192.168.31.149:8080/api'; // 盛浩 // const baseUrl = 'http://192.168.31.149:8080/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'; // 数智正式
// const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用 // const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用




Chargement…
Annuler
Enregistrer