refactor(app): 注释部分提现页面路由并调整分类图标

- 注释了用户提现页面和提现记录相关路由,暂时禁用提现功能
- 修改首页tabbar中“分类”页的图标为新的分类图标和选中图标
- 保持其他页面路由配置不变,确保功能隔离和图标一致性
This commit is contained in:
2026-06-23 14:59:13 +08:00
parent 80a125095a
commit 45b7b100ab
5 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ export default {
'pages/user/wallet', 'pages/user/wallet',
'pages/user/recharge', 'pages/user/recharge',
'pages/user/recharge-record/index', 'pages/user/recharge-record/index',
'pages/user/withdraw/index', // 'pages/user/withdraw/index',
'pages/user/balance-log/index', 'pages/user/balance-log/index',
'pages/user/coupon-list', 'pages/user/coupon-list',
'pages/user/points-record', 'pages/user/points-record',
@@ -56,7 +56,7 @@ export default {
'pages/user/register-pay/index', 'pages/user/register-pay/index',
'pages/user/promotion/index', 'pages/user/promotion/index',
'pages/user/commission/index', 'pages/user/commission/index',
'pages/user/withdraw-list/index', // 'pages/user/withdraw-list/index',
'pages/user/team/index', 'pages/user/team/index',
'pages/user/invite-record/index', 'pages/user/invite-record/index',
'pages/user/favorite-list/index', 'pages/user/favorite-list/index',
@@ -114,7 +114,7 @@ export default {
// 分享返利页面 // 分享返利页面
'pages/share/index', 'pages/share/index',
'pages/rebate/records/index', 'pages/rebate/records/index',
'pages/rebate/withdraw/index', // 'pages/rebate/withdraw/index',
// 数据统计页面 // 数据统计页面
'pages/statistics/dashboard/index', 'pages/statistics/dashboard/index',
'pages/statistics/sales/index', 'pages/statistics/sales/index',
@@ -147,8 +147,8 @@ export default {
}, },
{ {
pagePath: 'pages/shop/index', pagePath: 'pages/shop/index',
iconPath: 'assets/tabbar/shop.png', iconPath: 'assets/tabbar/category.png',
selectedIconPath: 'assets/tabbar/shop-active.png', selectedIconPath: 'assets/tabbar/category-active.png',
text: '分类', text: '分类',
}, },
{ {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB