许宏杰 2 years ago
commit f5e8ceed9c

@ -6,6 +6,4 @@ VUE_APP_BASE_API = '/dashboard'
VUE_APP_BASE_API2 = 'http://192.168.0.108:9027'
VUE_APP_BASE_API3 = 'http://192.168.0.108:9027'
BASE_API = 'http://10.10.3.35:9070'

@ -542,7 +542,7 @@ export default {
getyqMsgStats() {
yuqingMsgStats().then((res) => {
let arr = res.data;
if(!arr) return
if (!arr) return;
this.Statistics.forEach((value1, index1) => {
arr.forEach((value2, index2) => {
if (value1.type == value2.type) {
@ -553,9 +553,6 @@ export default {
});
});
});
dtsxListGet().then((res) => {
this.dtsx = res.rows[0];
});
},
// 线
lineBox() {

Loading…
Cancel
Save