diff --git a/pages/reportExcel/dayReport.vue b/pages/reportExcel/dayReport.vue index 4111ccf..a7ad9f5 100644 --- a/pages/reportExcel/dayReport.vue +++ b/pages/reportExcel/dayReport.vue @@ -443,7 +443,7 @@ // 分割数组排名前三,倒三 getTopThree() { if (this.weekObj.XJTopList && this.weekObj.XJTopList.length > 0) { - let arr = this.weekObj.XJTopList.slice(0, 3).reverse() + let arr = this.weekObj.XJTopList.slice(0, 3) arr.forEach(item => { if (item.value != 100) { this.carryOutLast.push(item) diff --git a/utils/domain.js b/utils/domain.js index abe75ea..9db6d74 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -4,8 +4,8 @@ // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩 -const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 -// const baseUrl = 'https://hfju.com/api'; // 数智正式 +// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +const baseUrl = 'https://hfju.com/api'; // 数智正式 // config使用域名