Browse Source

提交修改

message
corala 3 years ago
parent
commit
82164c7a1d
2 changed files with 10 additions and 10 deletions
  1. +8
    -8
      pages/index/index.vue
  2. +2
    -2
      utils/domain.js

+ 8
- 8
pages/index/index.vue View File

@@ -113,7 +113,7 @@
<view class="real-timebox"> <view class="real-timebox">
<view class="timebox"> <view class="timebox">
<view class="real" @click="tapjumpreception('1')"> <view class="real" @click="tapjumpreception('1')">
<view class="realnum u-flex" style="justify-content: center">{{realtimeobj.fraction || 0}}%
<view class="realnum u-flex" style="justify-content: center">{{realtimeobj.fraction || 0}}<text style="font-weight: 400;font-family: SimHei;font-size: 30rpx;">%</text>
<!-- <image class="qushi-icon" src="/static/images/excute.png" mode="" /> --> <!-- <image class="qushi-icon" src="/static/images/excute.png" mode="" /> -->
</view> </view>
<view class="realtext">平均执行率</view> <view class="realtext">平均执行率</view>
@@ -133,7 +133,7 @@
</view> </view>
<view class="timebox" style="margin-bottom:0;"> <view class="timebox" style="margin-bottom:0;">
<view class="real" @click="tapjumpreception('1')"> <view class="real" @click="tapjumpreception('1')">
<view class="realnum">{{realtimeobj.avgDuration|| 0}}min</view>
<view class="realnum">{{realtimeobj.avgDuration|| 0}}<text style="font-size: 30rpx;font-weight: 400;font-family: SimHei">min</text></view>
<view class="realtext">平均接待时长</view> <view class="realtext">平均接待时长</view>
</view> </view>
<view class="real" @click="tapjumpreception('4')"> <view class="real" @click="tapjumpreception('4')">
@@ -166,7 +166,7 @@
<view class="real-timebox" > <view class="real-timebox" >
<view class="timebox"> <view class="timebox">
<view class="real" @click="tapjumpreception('3')"> <view class="real" @click="tapjumpreception('3')">
<view class="realnum u-flex" style="justify-content: center">{{Thisweekobj.fraction || 0}}%
<view class="realnum u-flex" style="justify-content: center">{{Thisweekobj.fraction || 0}}<text style="font-weight: 400;font-family: SimHei;font-size: 30rpx;">%</text>
<!-- <image class="qushi-icon" src="/static/images/qushi-up.png" mode="" /> --> <!-- <image class="qushi-icon" src="/static/images/qushi-up.png" mode="" /> -->
</view> </view>
<view class="realtext">平均执行率</view> <view class="realtext">平均执行率</view>
@@ -182,7 +182,7 @@
</view> </view>
<view class="timebox" style="margin-bottom:0;"> <view class="timebox" style="margin-bottom:0;">
<view class="real" @click="tapjumpreception('3')"> <view class="real" @click="tapjumpreception('3')">
<view class="realnum">{{Thisweekobj.avgDuration || 0}}min</view>
<view class="realnum">{{Thisweekobj.avgDuration || 0}}<text style="font-size: 30rpx;font-weight: 400;font-family: SimHei">min</text></view>
<view class="realtext">平均接待时长</view> <view class="realtext">平均接待时长</view>
</view> </view>
<view class="real" @click="prohibitedtap(2)" v-if="methodsisshow"> <view class="real" @click="prohibitedtap(2)" v-if="methodsisshow">
@@ -1099,8 +1099,8 @@
width: 100%; width: 100%;
text-align: center; text-align: center;
height: 50rpx; height: 50rpx;
font-size: 44rpx;
font-family: DINAlternate-Bold, DINAlternate;
font-size: 36rpx;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
line-height: 50rpx; line-height: 50rpx;
@@ -1134,8 +1134,8 @@
width: 100%; width: 100%;
text-align: center; text-align: center;
height: 50rpx; height: 50rpx;
font-size: 44rpx;
font-family: DINAlternate-Bold, DINAlternate;
font-size: 36rpx;
font-family: SourceHanSansCN-Medium, SourceHanSansCN;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
line-height: 50rpx; line-height: 50rpx;


+ 2
- 2
utils/domain.js View File

@@ -1,9 +1,9 @@
// const base = 'http://81.70.55.170:9999'; // 测试站
const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://127.0.0.1:9999'; // 本地 // const base = 'http://127.0.0.1:9999'; // 本地
// const base = 'http://192.168.31.148:9999' ;// 泽明 // const base = 'http://192.168.31.148:9999' ;// 泽明
// const base = 'http://192.168.31.86:9999' ;// 胜浩 // const base = 'http://192.168.31.86:9999' ;// 胜浩
// const base = 'http://192.168.31.161:9999' // 长龙 // const base = 'http://192.168.31.161:9999' // 长龙
const base = 'https://zanyong.hfju.com';// 正式 AI销管
// const base = 'https://zanyong.hfju.com';// 正式 AI销管
// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 // const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手


// http.js使用 // http.js使用


Loading…
Cancel
Save