From 3109b9979b37f44ca5040d65c0b74c9e8c8698ca Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 8 Jul 2022 10:49:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20config.js=E6=96=87=E4=BB=B6baseUrl=20ip?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=8A=A5=E5=91=8A=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 2 +- src/components/table/report/reportTestTable.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/config.js b/public/config.js index 3d59b49f..e672dcd8 100644 --- a/public/config.js +++ b/public/config.js @@ -1,4 +1,4 @@ var BASE_CONFIG = { - baseUrl: 'http://192.168.44.54:8090/', + baseUrl: 'http://192.168.44.53:8090/', version: '2.0.2021.05.11.19.43' } diff --git a/src/components/table/report/reportTestTable.vue b/src/components/table/report/reportTestTable.vue index d0834c5f..5de1a130 100644 --- a/src/components/table/report/reportTestTable.vue +++ b/src/components/table/report/reportTestTable.vue @@ -238,17 +238,17 @@ export default { prop: 'id', show: true, width: 50 - }, { - label: this.$t('report.categoryType'), - prop: 'categoryId', - show: true, - minWidth: 180 }, { label: this.$t('config.user.name'), prop: 'name', show: true, minWidth: 200, sortable: 'custom' + }, { + label: this.$t('report.categoryType'), + prop: 'categoryId', + show: true, + minWidth: 180 }, { label: this.$t('report.timeLimit'), prop: 'timeLimit',