修改generate传参

This commit is contained in:
X1627315083
2024-01-26 13:16:47 +08:00
parent a75342fe08
commit a90333517d
11 changed files with 524 additions and 65 deletions

View File

@@ -36,6 +36,11 @@ const routes: Array<RouteRecordRaw> = [
name: 'history',
component: _import('HistoryPage')
},
{
path: '/oldHistory',
name: 'oldHistory',
component: _import('OldHistoryPage')
},
{
path: '/library',
name: 'library',