From b68dbc11db4d4e160ca348e720b9ce9eec863470 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 29 Jun 2022 16:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/reportExcel/dayReport.vue | 2 +- utils/domain.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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使用域名