update:'修改前端配置文件'

main
ngks 1 month ago
parent 4d3ae61aec
commit f612f1c1a2

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

Loading…
Cancel
Save