no message
Former-commit-id: e81e8cc565dd5a6bfcc82dc96d195173f97ee9b0 Former-commit-id: b24482b830a621e4ea601bad8a5e2346327fd4de Former-commit-id: 6f67dfb78ba352529970effc9515f84d26a75f85
This commit is contained in:
@@ -86,6 +86,16 @@ const routes = [
|
|||||||
{ path: 'index', name: `${pre}index`, component: () => import('@/pages/demo/chart/index/index.vue') }
|
{ path: 'index', name: `${pre}index`, component: () => import('@/pages/demo/chart/index/index.vue') }
|
||||||
])('demo-chart-')
|
])('demo-chart-')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/demo/business',
|
||||||
|
name: 'demo-business',
|
||||||
|
meta: { requiresAuth: true },
|
||||||
|
redirect: { name: 'demo-business-index' },
|
||||||
|
component: () => import('@/components/core/MainLayout/index.vue'),
|
||||||
|
children: (pre => [
|
||||||
|
{ path: 'index', name: `${pre}index`, component: () => import('@/pages/demo/business/index/index.vue') }
|
||||||
|
])('demo-business-')
|
||||||
|
},
|
||||||
// 登陆
|
// 登陆
|
||||||
{
|
{
|
||||||
path: '/login',
|
path: '/login',
|
||||||
|
|||||||
Reference in New Issue
Block a user