fix(routes): 修复提现页面路由问题

- 取消注释 app.config.ts 中提现页面路由注册
- 解决 navigateTo 提现页面找不到的问题
- 删除钱包页中跳转提现按钮相关代码
- 确保构建编译通过无错误
This commit is contained in:
2026-06-24 16:20:12 +08:00
parent bf02992ab2
commit b36205b066
3 changed files with 11 additions and 15 deletions

View File

@@ -82,3 +82,13 @@
4. **底部按钮** — 确认按钮 + "提交即表示同意"声明
构建编译通过 ✓
## 提现页面路由修复pages/user/withdraw/index not found
### 问题
`navigateTo:fail page "pages/user/withdraw/index" is not found` — app.config.ts 第45行提现页面路由被注释掉了
### 修复
- **`src/app.config.ts`** — 取消注释 `pages/user/withdraw/index` 路由注册
构建编译通过 ✓