[feat] 新增项目信息管理模块

This commit is contained in:
2024-07-06 20:22:49 +08:00
parent 265dc4cdc8
commit 14a8fc6434
8 changed files with 758 additions and 45 deletions

View File

@@ -5,11 +5,13 @@ VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://localhost:48080'
#VITE_BASE_URL='http://16ba17bc.r2.cpolar.cn'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server
# 上传路径
VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'
# VITE_UPLOAD_URL='http://16ba17bc.r2.cpolar.cn/admin-api/infra/file/upload'
# 接口地址
VITE_API_URL=/admin-api