管理和服务分离

This commit is contained in:
simple321vip
2022-04-20 22:48:23 +08:00
parent 952587cd2c
commit e3be0674d8
12 changed files with 54 additions and 334 deletions
-7
View File
@@ -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'),