feat: 添加对站点的配置页面 #29

Closed
zksu wants to merge 20 commits from (deleted):main into main
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',
},
],
},
{