From b56ea7f0079c0d5abfb51ae3b9d541fd9c8bc054 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 14 Oct 2025 13:25:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E3=80=81=E9=95=BF=E8=80=85?= =?UTF-8?q?=E3=80=81=E7=9B=91=E6=8A=A4=E4=BA=BA=E4=BF=A1=E6=81=AF=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=86=85=E5=AE=B9=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E4=B8=8D=E5=86=8D=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 8 ++++---- .../employeesapply/components/EmployeesUpInfoForm.vue | 3 --- src/views/elder/elderinfo/components/ElderUpInfoForm.vue | 3 --- src/views/elder/elderinfo/components/GuaUpInfoForm.vue | 3 --- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/.env.production b/.env.production index a4759d3..745c2c9 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ VITE_USE_MOCK = false # 发布路径 -VITE_PUBLIC_PATH = /biz104 +VITE_PUBLIC_PATH = /biz103 # 是否启用gzip或brotli压缩 # 选项值: gzip | brotli | none @@ -13,11 +13,11 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false #后台接口父地址(必填) -VITE_GLOB_API_URL=/nursingunit104 +VITE_GLOB_API_URL=/nursingunit103 #后台接口全路径地址(必填) -# VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit104 -VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104 +VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit103 +# VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104 # 接口父路径前缀 VITE_GLOB_API_URL_PREFIX= diff --git a/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue b/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue index 046a164..54ea12e 100644 --- a/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue +++ b/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue @@ -131,19 +131,16 @@ const columns = [ dataIndex: 'd1', key: 'd1', width: 150, - ellipsis: true }, { title: '变更前', dataIndex: 'd2', key: 'd2', - ellipsis: true }, { title: '变更后', dataIndex: 'd3', key: 'd3', - ellipsis: true } ]; diff --git a/src/views/elder/elderinfo/components/ElderUpInfoForm.vue b/src/views/elder/elderinfo/components/ElderUpInfoForm.vue index e734d40..1ead282 100644 --- a/src/views/elder/elderinfo/components/ElderUpInfoForm.vue +++ b/src/views/elder/elderinfo/components/ElderUpInfoForm.vue @@ -165,19 +165,16 @@ const columns = [ dataIndex: 'd1', key: 'd1', width: 150, - ellipsis: true }, { title: '变更前', dataIndex: 'd2', key: 'd2', - ellipsis: true }, { title: '变更后', dataIndex: 'd3', key: 'd3', - ellipsis: true } ]; diff --git a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue index ed9294e..4b8945f 100644 --- a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue +++ b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue @@ -164,19 +164,16 @@ const columns = [ dataIndex: 'd1', key: 'd1', width: 150, - ellipsis: true }, { title: '变更前', dataIndex: 'd2', key: 'd2', - ellipsis: true }, { title: '变更后', dataIndex: 'd3', key: 'd3', - ellipsis: true } ];