Signed-off-by: huppygo <huppygo@qq.com>
pull/753/head
huppygo 2025-03-25 12:58:02 +08:00
parent c1dc29d300
commit 4224f29e3a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ NODE_ENV=development
VITE_DEV=true VITE_DEV=true
# 请求路径 # 请求路径
VITE_BASE_URL='http://39.104.23.25:48080' VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务 # 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server VITE_UPLOAD_TYPE=server

View File

@ -220,5 +220,5 @@
"title": "" "title": ""
}, },
"uniConfig": {}, "uniConfig": {},
"__BASE_PATH__": "/" "__BASE_PATH__": "/index"
} }