管理和服务分离
This commit is contained in:
@@ -12,13 +12,6 @@ const routes: Array<RouteRecordRaw> = [
|
||||
name: '控制台'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/tools',
|
||||
component: () => import('../view/tools/index.vue'),
|
||||
meta: {
|
||||
name: '工具'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/blog',
|
||||
component: () => import('../view/blog/index.vue'),
|
||||
|
||||
Reference in New Issue
Block a user