khy-three #128

Merged
root merged 3 commits from khy-three into master 2025-04-29 06:53:27 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 50c479036b - Show all commits

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