feat: 添加对订阅的页面支持 #28

Merged
longbot merged 18 commits from :main into main 2025-11-21 09:45:09 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 9de6b8b8d1 - Show all commits

View File

@ -135,6 +135,11 @@ export default defineConfig({
path: '/subscription/list',
component: './Subscription/List',
},
{
name: '订单管理',
path: '/subscription/orders',
component: './Subscription/Orders',
},
],
},
{