修改项目名字

pull/551/head
痴货 2024-09-07 11:34:54 +08:00
parent 7d62609317
commit d268596f09
1 changed files with 2 additions and 2 deletions

View File

@ -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