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 } ];