update:'修改ip'

ngks 2 months ago
parent 26b21b78fe
commit af1f04d60e

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

Loading…
Cancel
Save