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" }, {