2
0

feat: 微信支付

This commit is contained in:
caiyuchao
2025-01-20 17:04:18 +08:00
parent 83d820cbce
commit 107ff2dfbb
7 changed files with 129 additions and 16 deletions

View File

@@ -414,6 +414,17 @@ export const customRoutes: GeneratedRoute[] = [
icon: 'material-symbols:filter-list-off',
order: 4
},
},
{
name: 'billing_wxpay',
path: '/billing/wxpay',
component: 'view.billing_wxpay',
meta: {
title: '微信支付',
icon: 'material-symbols:filter-list-off',
hideInMenu: true,
order: 10,
},
}
]
},