diff --git a/.env.local b/.env.local index ba999c8..7b2e052 100644 --- a/.env.local +++ b/.env.local @@ -4,8 +4,8 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://192.168.1.174:48080' -# VITE_BASE_URL='http://47.79.98.113:48080' +# VITE_BASE_URL='http://192.168.1.174:48080' +VITE_BASE_URL='http://47.79.98.113:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/src/views/server/manageemployeebigbrother/EmployeeBigBrotherForm.vue b/src/views/server/manageemployeebigbrother/EmployeeBigBrotherForm.vue index 2632e90..0698ae8 100644 --- a/src/views/server/manageemployeebigbrother/EmployeeBigBrotherForm.vue +++ b/src/views/server/manageemployeebigbrother/EmployeeBigBrotherForm.vue @@ -1,7 +1,7 @@