@@ -2,9 +2,9 @@ | |||||
* 小程序配置文件 | * 小程序配置文件 | ||||
*/ | */ | ||||
// 此处主机域名修改成腾讯云解决方案分配的域名 | // 此处主机域名修改成腾讯云解决方案分配的域名 | ||||
// var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
// var host = 'http://192.168.31.163:8080/autoSR/api'; // 长龙 | // var host = 'http://192.168.31.163:8080/autoSR/api'; // 长龙 | ||||
var host = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 | |||||
// var host = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 | |||||
// var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
// var host = 'https://zkgj.quhouse.com/api'; // 质控正式 | // var host = 'https://zkgj.quhouse.com/api'; // 质控正式 | ||||
// var host = 'https://hfju.com/api'; // 数智正式 | // var host = 'https://hfju.com/api'; // 数智正式 | ||||
@@ -112,10 +112,10 @@ | |||||
</view> --> | </view> --> | ||||
</view> | </view> | ||||
<view class="hejibox"> | |||||
<!-- <view class="hejibox"> | |||||
<view class="heji">楼盘:{{newTeam4||0}}</view> | <view class="heji">楼盘:{{newTeam4||0}}</view> | ||||
<view class="heji">均值:{{newAvg4||0}}</view> | <view class="heji">均值:{{newAvg4||0}}</view> | ||||
</view> | |||||
</view> --> | |||||
<view class="jindu"> | <view class="jindu"> | ||||
<scroll-view style="height: 300rpx;" scroll-y="true" > | <scroll-view style="height: 300rpx;" scroll-y="true" > | ||||
<view class="jindu-box" v-for="(item,index) in newlisttabinfo4" :key="index"> | <view class="jindu-box" v-for="(item,index) in newlisttabinfo4" :key="index"> | ||||
@@ -692,9 +692,9 @@ | |||||
arr[3] = ['时段二'] | arr[3] = ['时段二'] | ||||
// console.log(arr) | // console.log(arr) | ||||
data.firstList.map((item, index) => { | data.firstList.map((item, index) => { | ||||
arr[1].push(item.total) | |||||
arr[2].push(data.secondList[index].total) | |||||
arr[3].push(data.thirdList[index].total) | |||||
arr[2].push(item.total) | |||||
arr[3].push(data.secondList[index].total) | |||||
arr[1].push(data.thirdList[index].total) | |||||
}) | }) | ||||
that.tableDate = arr | that.tableDate = arr | ||||
} | } | ||||
@@ -107,7 +107,7 @@ | |||||
<view class="heji">合计:{{allnum||0}}</view> | <view class="heji">合计:{{allnum||0}}</view> | ||||
<view class="heji">均值:{{allavg||0}}</view> | <view class="heji">均值:{{allavg||0}}</view> | ||||
</view> --> | </view> --> | ||||
<view class="danwei">来访(人)</view> | |||||
<!-- <view class="danwei">来访(人)</view> --> | |||||
<view class="uchaserbox"> | <view class="uchaserbox"> | ||||
<qiun-data-charts | <qiun-data-charts | ||||
type="line" | type="line" | ||||
@@ -139,7 +139,7 @@ | |||||
<view class="heji">合计:{{allnum1||0}}</view> | <view class="heji">合计:{{allnum1||0}}</view> | ||||
<view class="heji">均值:{{allavg1||0}}</view> | <view class="heji">均值:{{allavg1||0}}</view> | ||||
</view> --> | </view> --> | ||||
<view class="danwei">来访(人)</view> | |||||
<!-- <view class="danwei">来访(人)</view> --> | |||||
<view class="uchaserbox"> | <view class="uchaserbox"> | ||||
<qiun-data-charts | <qiun-data-charts | ||||
type="line" | type="line" | ||||
@@ -1,7 +1,7 @@ | |||||
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 | // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 | ||||
const baseUrl = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 | |||||
// const baseUrl = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 | |||||
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | ||||
// const baseUrl = 'https://hfju.com/api'; // 数智正式 | // const baseUrl = 'https://hfju.com/api'; // 数智正式 | ||||