Jay
2024-09-30 d7fad0f8d38ee60bd39634f814857c70a4b51d26
.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