dengzedong
2024-10-14 ebefc6c7612ef539b4c4f51305015f3a44fc26c8
.env.test
@@ -4,12 +4,12 @@
VITE_DEV=false
# 请求路径
VITE_BASE_URL='http://localhost:48080'
VITE_BASE_URL='http://172.16.8.100:48080'
# 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务
VITE_UPLOAD_TYPE=server
# 上传路径
VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
VITE_UPLOAD_URL='http://172.16.8.100:48080/admin-api/infra/file/upload'
# 接口地址
VITE_API_URL=/admin-api