fix:添加网络题出题界面事件绑定

This commit is contained in:
陆光LG
2025-08-08 00:31:09 +08:00
parent f04f37c504
commit 532bcf1b0b
38 changed files with 1874 additions and 876 deletions

View File

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