Kaynağa Gözat

修改趋势分析筛选重置时间问题

dev
wangshuai 2 yıl önce
ebeveyn
işleme
f89a5dc83c
5 değiştirilmiş dosya ile 17 ekleme ve 17 silme
  1. +2
    -2
      manifest.json
  2. +11
    -11
      pages/center/Piabodata/TrendAnalysis.vue
  3. +1
    -1
      pages/center/consumer/index.vue
  4. +1
    -1
      pages/center/records/index.vue
  5. +2
    -2
      utils/domain.js

+ 2
- 2
manifest.json Dosyayı Görüntüle

@@ -1,5 +1,5 @@
{
"name" : "数智工牌",
"name" : "去房智控管家",
"appid" : "__UNI__D88F14A",
"description" : "AI营销助理",
"versionName" : "1.1.0",
@@ -91,7 +91,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wxe044603515ff2cb5",
"appid" : "wx8f883dca5ecc5510",
"setting" : {
"urlCheck" : false,
"es6" : true,


+ 11
- 11
pages/center/Piabodata/TrendAnalysis.vue Dosyayı Görüntüle

@@ -567,17 +567,17 @@
this.guwenshow = false;
this.Selectlevel = false;
this.Selecttuandui = false;
this.tableDate = []
this.pamect.showStatus = 0;
this.pamect.timeType = "4";
this.pamect.firstStartDate = '';
this.pamect.firstEndDate = '';
this.pamect.lastStartDate = '';
this.pamect.lastEndDate = '';
this.pamect.accountId = '';
this.pamect.marketingId = '';
this.pamect.deptId = ""
this.activeTotal = 0;
// this.tableDate = []
// this.pamect.showStatus = 0;
// this.pamect.timeType = "4";
// this.pamect.firstStartDate = '';
// this.pamect.firstEndDate = '';
// this.pamect.lastStartDate = '';
// this.pamect.lastEndDate = '';
// this.pamect.accountId = '';
// this.pamect.marketingId = '';
// this.pamect.deptId = ""
// this.activeTotal = 0;
this.timepickpickisshow = false;
this.init()



+ 1
- 1
pages/center/consumer/index.vue Dosyayı Görüntüle

@@ -691,7 +691,7 @@
})
this.nextPage = 1;
this.recordList = [];
this.screenShow = false;
// this.screenShow = false;
this.isRefresh = false;
this.getMyCustom();
},


+ 1
- 1
pages/center/records/index.vue Dosyayı Görüntüle

@@ -646,7 +646,7 @@
this.visitList.map(i => {
i.isShow = false
})
this.screenShow = false;
// this.screenShow = false;
this.nextPage = 1;
this.recordList = [];
this.getMyCustom();


+ 2
- 2
utils/domain.js Dosyayı Görüntüle

@@ -4,12 +4,12 @@
// const baseUrl = 'http://192.168.31.89:9090/api';// sh
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.92:8080/api';// 测试站
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://hfju.com/api'; // 数智正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式

// config使用域名
/**192.168.31.167


Yükleniyor…
İptal
Kaydet