diff --git a/manifest.json b/manifest.json index 1ed415f..1c353b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "AI销管", + "name" : "AI销讲助手", "appid" : "__UNI__7A1611D", "description" : "AI销讲助手", "versionName" : "1.1.0", @@ -64,8 +64,7 @@ }, "ios" : { "appstore" : "", - "ipad" : { - }, + "ipad" : {}, "iphone" : {} } } @@ -73,7 +72,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wxd6dd7eae72606ca2", + "appid" : "wx83fec12ec03d9349", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/center/Piabodata/Employeesstatistics.vue b/pages/center/Piabodata/Employeesstatistics.vue index f68b518..a5c876e 100644 --- a/pages/center/Piabodata/Employeesstatistics.vue +++ b/pages/center/Piabodata/Employeesstatistics.vue @@ -192,32 +192,39 @@ 接待未标顾问排名(TOP10) - + + {{newlisttabinfo5.total||0}} 合计 - {{newlisttabinfo5.total}}次 - + + {{newlisttabinfo5.count||0}}人 顾问 - {{newlisttabinfo5.count}}人 - + + {{newlisttabinfo5.avg||0}} 均值 - {{newlisttabinfo5.avg}}次 - - - - {{item.name.substring(0,4)}} - - + + + + + + + + {{index+1}} + {{item.name.substring(0,4)}} + + + + + - {{item.zxl==null?0:item.zxl}}次 + {{item.zxl==null?0:item.zxl}}次 - + 暂无数据 diff --git a/pages/login/index.vue b/pages/login/index.vue index b811300..770a64a 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -56,8 +56,8 @@ export default { data() { return { - username: '13033782199',//用户名-测试 13388881113 1234567 - password: '123456',//密码 + username: '',//用户名-测试 13388881113 1234567/ 13033782199 123456 + password: '',//密码 // username: '13033782199',//用户名-生产 13033782199 654321 // password: '654321',//密码 passwordType: true, diff --git a/utils/domain.js b/utils/domain.js index 733f336..2d521c8 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`;