Browse Source

客户画像筛选

dev
jyt 1 year ago
parent
commit
0b11b5492e
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      pages/center/Piabodata/Userinsightinto.vue
  2. +2
    -2
      utils/domain.js

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

@@ -133,15 +133,15 @@
goTo(i){
if(i==1){
uni.navigateTo({
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+'0'+'&validInvalid=0'
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
});
}else if(i==2){
uni.navigateTo({
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal=0'+'&markAdvisor=1'
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
});
}else{
uni.navigateTo({
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal=0'+'&markAdvisor=0'
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
});
}
},


+ 2
- 2
utils/domain.js View File

@@ -1,7 +1,7 @@
// http.js使用域名
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
// const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地
const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // cl本地
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // cl本地
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式



Loading…
Cancel
Save