mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:49:43 +08:00
feat: add card-list page
This commit is contained in:
@@ -209,6 +209,26 @@ const page: AppRouteModule = {
|
||||
],
|
||||
},
|
||||
// =============================exception end=============================
|
||||
// =============================list start=============================
|
||||
{
|
||||
path: '/list',
|
||||
name: 'ListPage',
|
||||
redirect: '/page-demo/list/card',
|
||||
meta: {
|
||||
title: '列表页',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'card',
|
||||
name: 'ListCardPage',
|
||||
component: () => import('/@/views/demo/page/list/card/index.vue'),
|
||||
meta: {
|
||||
title: '卡片列表',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
// =============================list end=============================
|
||||
],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user