恢复前端配置

This commit is contained in:
khy 2025-04-29 14:52:25 +08:00
parent d3e589017f
commit 50c479036b
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
VITE_APP_TITLE=众悦e家管理系统
# 项目本地运行端口号
VITE_PORT=81
VITE_PORT=80
# open 运行 npm run dev 时自动打开浏览器
VITE_OPEN=true

View File

@ -4,9 +4,8 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
#VITE_BASE_URL='https://zysc.fjptzykj.com'
#VITE_BASE_URL='http://192.168.1.12:6127'
VITE_BASE_URL='http://127.0.0.1:6127'
VITE_BASE_URL='https://zysc.fjptzykj.com'
# VITE_BASE_URL='http://192.168.1.12:6127'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server