liutao_branch
chenyuan 2 years ago
parent 6404ed1575
commit 9d3bac57f6

@ -1,8 +1,8 @@
# 标题
VITE_APP_TITLE=芋道管理系统
VITE_APP_TITLE=生产运营管理系统
# 项目本地运行端口号
VITE_PORT=80
VITE_PORT=8088
# open 运行 npm run dev 时自动打开浏览器
VITE_OPEN=true

@ -4,12 +4,14 @@ NODE_ENV=production
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
VITE_BASE_URL='http://localhost:48080'
# 上传路径
VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
# 文件上传类型server - 后端上传, client - 前端直连上传仅支持S3服务
VITE_UPLOAD_TYPE=server
# 上传路径
VITE_UPLOAD_URL='http://api-dashboard.yudao.iocoder.cn/admin-api/infra/file/upload'
# 接口地址
VITE_API_URL=/admin-api

Loading…
Cancel
Save