本地启动

This commit is contained in:
2024-05-07 00:03:52 +08:00
parent 58929c05ef
commit acc59c3a9e
3 changed files with 1583 additions and 1558 deletions

View File

@@ -4,7 +4,8 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
#VITE_BASE_URL='http://api-dashboard.yudao.iocoder.cn'
VITE_BASE_URL='http://localhost:48080'
# 上传路径
VITE_UPLOAD_URL='http://localhost:48080/admin-api/infra/file/upload'