From 82164c7a1dc21649126adeee07d8dc7547db4609 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Tue, 5 Jul 2022 14:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 16 ++++++++-------- utils/domain.js | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 255897b..4a242b6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -113,7 +113,7 @@ - {{realtimeobj.fraction || 0}}% + {{realtimeobj.fraction || 0}}% 平均执行率 @@ -133,7 +133,7 @@ - {{realtimeobj.avgDuration|| 0}}min + {{realtimeobj.avgDuration|| 0}}min 平均接待时长 @@ -166,7 +166,7 @@ - {{Thisweekobj.fraction || 0}}% + {{Thisweekobj.fraction || 0}}% 平均执行率 @@ -182,7 +182,7 @@ - {{Thisweekobj.avgDuration || 0}}min + {{Thisweekobj.avgDuration || 0}}min 平均接待时长 @@ -1099,8 +1099,8 @@ width: 100%; text-align: center; height: 50rpx; - font-size: 44rpx; - font-family: DINAlternate-Bold, DINAlternate; + font-size: 36rpx; + font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-weight: bold; color: #333333; line-height: 50rpx; @@ -1134,8 +1134,8 @@ width: 100%; text-align: center; height: 50rpx; - font-size: 44rpx; - font-family: DINAlternate-Bold, DINAlternate; + font-size: 36rpx; + font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-weight: bold; color: #333333; line-height: 50rpx; diff --git a/utils/domain.js b/utils/domain.js index f8712e9..47b3f30 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -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://192.168.31.148:9999' ;// 泽明 // const base = 'http://192.168.31.86: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销讲助手 // http.js使用