Pārlūkot izejas kodu

提交修改‘--’

yun
douzhuo pirms 1 gada
vecāks
revīzija
c762f55a70
2 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. +3
    -3
      pages/mine/equipmentLog.vue
  2. +2
    -2
      utils/domain.js

+ 3
- 3
pages/mine/equipmentLog.vue Parādīt failu

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


+ 2
- 2
utils/domain.js Parādīt failu

@@ -1,5 +1,5 @@
// 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: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 = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式
// const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用



Notiek ielāde…
Atcelt
Saglabāt