更新上号系统需求文档,添加版本信息、项目概述、角色与权限、术语与规则及业务流程等内容,同时修改链接生成规则和请求拦截器以支持公开API的身份验证,新增路由配置以支持上号任务页面。

This commit is contained in:
zyh
2025-08-26 20:35:58 +08:00
parent 7854bd0288
commit 41739f32a1
7 changed files with 1670 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
// 链接地址生成规则
export const LINK_CONFIG = {
// 基础域名
BASE_URL: 'https://yourdomain.com',
BASE_URL: 'http://localhost:5173',
// 游戏页面路径
GAME_PATH: '/play',