From c6b55d59c0f6666a0cc83979890cf07c266e5671 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 29 Jun 2022 10:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=9D=E7=A6=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 8 ++++---- utils/domain.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 1fae1d8..b161d15 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -755,20 +755,20 @@ prohibitedtap(i) { if (i == 1) { uni.navigateTo({ - url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=0' + url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=0' + '&violatedStatus=1' }); } else { if (this.zhixingcenterindex == 2) { uni.navigateTo({ - url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=2' + url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=2' + '&violatedStatus=1' }); } else if (this.zhixingcenterindex == 6) {//近30天 uni.navigateTo({ - url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=3' + url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=3' + '&violatedStatus=1' }); } else {// 自定义时间段 uni.navigateTo({ - url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=4&staTime=' + this.statDateStart + '&endtime=' + this.statDateEnd + url: '/pages/center/prohibited/index?refresh=refresh&activeTotal=4&staTime=' + this.statDateStart + '&endtime=' + this.statDateEnd + '&violatedStatus=1' }); } } diff --git a/utils/domain.js b/utils/domain.js index 6198467..759e0f3 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,5 +1,5 @@ -// const base = 'http://81.70.55.170:9999' ;// 测试站 -const base = 'http://192.168.31.148:9999' ;// 泽明 +const base = 'http://81.70.55.170:9999' ;// 测试站 +// const base = 'http://192.168.31.148:9999' ;// 泽明 // const base = 'http://192.168.31.86:9999' ;// 胜浩 // const base = 'http://192.168.31.161:9999' // 长龙 // const base = 'https://zanyong.hfju.com';// 正式 AI销管