Browse Source

提交修改

message
douzhuo 2 years ago
parent
commit
7cf5520c48
5 changed files with 13 additions and 12 deletions
  1. +2
    -2
      manifest.json
  2. +3
    -3
      pages/center/Piabodata/Employeesstatistics.vue
  3. +2
    -1
      pages/center/Piabodata/TrendAnalysis.vue
  4. +4
    -4
      pages/index/personal.vue
  5. +2
    -2
      utils/domain.js

+ 2
- 2
manifest.json View File

@@ -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,


+ 3
- 3
pages/center/Piabodata/Employeesstatistics.vue View File

@@ -206,8 +206,8 @@
</view>
</view>
<view class="jindu" style="margin-top: 20rpx;min-height: 300rpx">
<view v-if="newlisttabinfo4.result.length!=0" class="jindu-box"
v-for="(item,index) in newlisttabinfo4.result" :key="index">
<view v-if="newlisttabinfo5.result.length!=0" class="jindu-box"
v-for="(item,index) in newlisttabinfo5.result" :key="index">
<view class="jindu-boxche" >
<view class="jindu-name u-flex" style='width: 170rpx' v-if="item.name">
<image v-if="index==0" class="sort-img" src="/static/images/top1.png" mode="" />
@@ -224,7 +224,7 @@
<view class="jindu-zxl" >{{item.zxl==null?0:item.zxl}}次</view>
</view>
</view>
<view v-if="newlisttabinfo4.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
<view v-if="newlisttabinfo5.result.length==0" style="width: 100%;text-align: center;margin-top: 60rpx;">
暂无数据
</view>
</view>


+ 2
- 1
pages/center/Piabodata/TrendAnalysis.vue View File

@@ -49,7 +49,8 @@
{{item.name}}
</view>
<view class="num u-flex" v-if="item.name==='平均执行率'">
{{item.num}}% <image style="margin-left: 2rpx;width: 28rpx;height: 14rpx" src="../../../static/images/excute.png" mode="" />
{{item.num}}%
<!-- <image style="margin-left: 2rpx;width: 28rpx;height: 14rpx" src="../../../static/images/excute.png" mode="" /> -->
</view>
<view class="num" v-else-if="item.name==='有效接待'">{{item.num||'--'}}</view>
<view class="num" v-else-if="item.name==='平均接待时长'">{{item.num}}分</view>


+ 4
- 4
pages/index/personal.vue View File

@@ -15,7 +15,7 @@
</view>
</view>
<view class="settingGroup">
<navigator class="line" url="/pages/mine/messageList">
<!-- <navigator class="line" url="/pages/mine/messageList">
<view class="title" style="width: 19%;">
<image src="/static/images/studyhot.png" mode=""></image>
消息
@@ -23,7 +23,7 @@
<view class="right">
<image src="/static/images/right-arrow.png" mode=""></image>
</view>
</navigator>
</navigator> -->
<navigator class="line" url="/pages/mine/Myprofile">
<view class="title">
<image src="/static/images/setting.png" mode=""></image>
@@ -61,7 +61,7 @@
<image src="/static/images/right-arrow.png" mode=""></image>
</view>
</view> -->
<view class="line" @click="scan">
<!-- <view class="line" @click="scan">
<view class="title">
<image src="/static/images/visitCode.png" mode=""></image>
访客登记码
@@ -69,7 +69,7 @@
<view class="right">
<image src="/static/images/right-arrow.png" mode=""></image>
</view>
</view>
</view> -->
<view class="loginout" @click="logout" style="border: none;">
<view class="title">
退出登录


+ 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://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`;


Loading…
Cancel
Save