From 68132f84158094cfe4d54b3a418468d518c8f808 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 14 Dec 2023 18:55:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +-- src/layouts/LayoutClassic/index.vue | 14 ++++----- .../huizhou/enterpriseList/index.vue | 30 +++++++++---------- .../userManagement/departmentManage/index.vue | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.env.development b/.env.development index deec6c5..efed31d 100644 --- a/.env.development +++ b/.env.development @@ -2,10 +2,10 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) -# VITE_API_URL = 'http://192.168.34.155:6688' +VITE_API_URL = 'http://192.168.34.155:6688' # VITE_API_URL = 'http://2xliv7gs.shenzhuo.vip:55296' VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081" -VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" +# VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" # 上传 # VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/src/layouts/LayoutClassic/index.vue b/src/layouts/LayoutClassic/index.vue index 20a7899..714cd6c 100644 --- a/src/layouts/LayoutClassic/index.vue +++ b/src/layouts/LayoutClassic/index.vue @@ -1,10 +1,10 @@ diff --git a/src/views/goverment/huizhou/enterpriseList/index.vue b/src/views/goverment/huizhou/enterpriseList/index.vue index f4c2736..4a3590c 100644 --- a/src/views/goverment/huizhou/enterpriseList/index.vue +++ b/src/views/goverment/huizhou/enterpriseList/index.vue @@ -47,16 +47,16 @@
- + - + - + - + - + @@ -76,10 +76,10 @@
- + - + - +
- +
@@ -118,13 +118,13 @@ - + - + - +
@@ -133,17 +133,17 @@ - + - +
- +
diff --git a/src/views/goverment/huizhou/userManagement/departmentManage/index.vue b/src/views/goverment/huizhou/userManagement/departmentManage/index.vue index 9c23314..a549ddd 100644 --- a/src/views/goverment/huizhou/userManagement/departmentManage/index.vue +++ b/src/views/goverment/huizhou/userManagement/departmentManage/index.vue @@ -234,7 +234,7 @@ const formConfig = reactive({ }, { label: "密码", - prop: "password", + prop: "showPassword", type: "input" }, {