diff --git a/pages/center/Piabodata/TrendAnalysis.vue b/pages/center/Piabodata/TrendAnalysis.vue index 13880d5..a944540 100644 --- a/pages/center/Piabodata/TrendAnalysis.vue +++ b/pages/center/Piabodata/TrendAnalysis.vue @@ -321,12 +321,12 @@ num1: '0', num2: '0' }, - { - name: '有效接待', - num: '10', - num1: '0', - num2: '0' - }, + // { // 不需要用 + // name: '有效接待', + // num: '10', + // num1: '0', + // num2: '0' + // }, ], activeTotal: 0, //时间下标 newactiveTotal: 0, //tab下标 diff --git a/utils/domain.js b/utils/domain.js index 82ebeb1..59c9e1f 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,10 +1,9 @@ // 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://127.0.0.1:8080/autoSR/api'; // 本地 -// const baseUrl = 'http://192.168.31.169:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.231:8080/autoSR/api'; // 长龙 -// const baseUrl = 'http://192.168.31.149:9090/api'; // 盛浩 -// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +// const baseUrl = 'http://192.168.31.149:8080/api'; // 盛浩 +const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式 // const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用