diff --git a/.env.local b/.env.local index 704fd043a..595eec03c 100644 --- a/.env.local +++ b/.env.local @@ -5,13 +5,13 @@ VITE_DEV=true # 请求路径VITE_BASE_URL='http://localhost:48080' # 请求路径 -VITE_BASE_URL='http://100.98.30.68:48080' +VITE_BASE_URL='http://100.80.97.101:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server # 上传路径VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload' # 上传路径 -VITE_UPLOAD_URL='http://100.98.30.68:48080/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://100.80.97.101:48080/admin-api/infra/file/upload' # 接口地址 VITE_API_URL=/admin-api