refactor(request): 移除旧版请求工具并优化错误处理- 删除了 request-legacy.ts及相关文件

- 更新了所有 API 文件的导入路径
-优化了请求工具的错误处理逻辑
- 移除了冗余的调试信息
- 保留了关键的错误信息
This commit is contained in:
2025-08-22 13:38:38 +08:00
parent 46761bdacd
commit 41702c295a
14 changed files with 122 additions and 958 deletions

View File

@@ -24,6 +24,12 @@ export default defineAppConfig({
"detail/index"
]
},
{
"root": "coupon",
"pages": [
"index"
]
},
{
"root": "user",
"pages": [