瀏覽代碼

提交修改

yun
douzhuo 2 年之前
父節點
當前提交
b68dbc11db
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      pages/reportExcel/dayReport.vue
  2. +2
    -2
      utils/domain.js

+ 1
- 1
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)


+ 2
- 2
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使用域名


Loading…
取消
儲存