From 7cf5520c487222acd5f7dcd7c1d294a59ed1dd37 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 22 Jun 2022 19:28:39 +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 --- manifest.json | 4 ++-- pages/center/Piabodata/Employeesstatistics.vue | 6 +++--- pages/center/Piabodata/TrendAnalysis.vue | 3 ++- pages/index/personal.vue | 8 ++++---- utils/domain.js | 4 ++-- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 1c353b5..8fc9fb1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "AI销讲助手", + "name" : "AI销管", "appid" : "__UNI__7A1611D", "description" : "AI销讲助手", "versionName" : "1.1.0", @@ -72,7 +72,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx83fec12ec03d9349", + "appid" : "wxd6dd7eae72606ca2", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/center/Piabodata/Employeesstatistics.vue b/pages/center/Piabodata/Employeesstatistics.vue index a5c876e..0e96a00 100644 --- a/pages/center/Piabodata/Employeesstatistics.vue +++ b/pages/center/Piabodata/Employeesstatistics.vue @@ -206,8 +206,8 @@ - + @@ -224,7 +224,7 @@ {{item.zxl==null?0:item.zxl}}次 - + 暂无数据 diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index c16cb0b..682ec85 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -49,7 +49,8 @@ {{item.name}} - {{item.num}}% + {{item.num}}% + {{item.num||'--'}} {{item.num}}分 diff --git a/pages/index/personal.vue b/pages/index/personal.vue index bc7cfcb..06fb7f1 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -15,7 +15,7 @@ - + @@ -61,7 +61,7 @@ --> - + 退出登录 diff --git a/utils/domain.js b/utils/domain.js index 2d521c8..733f336 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://192.168.31.211: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://hxz.quhouse.com';// 正式 AI销讲助手 +// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 // http.js使用 const baseUrl = `${base}/autoSR/api`;