1
This commit is contained in:
parent
d4cdffbaf5
commit
2a982f12d0
@ -201,6 +201,13 @@ const routes: RouteRecordRaw[] = [
|
|||||||
component: () => import('@/views/test/test/index.vue'),
|
component: () => import('@/views/test/test/index.vue'),
|
||||||
meta: { title: '测试菜单', icon: 'StarOutline' }
|
meta: { title: '测试菜单', icon: 'StarOutline' }
|
||||||
},
|
},
|
||||||
|
// 设备维修保养记录
|
||||||
|
{
|
||||||
|
path: 'biz/maintenanceRecord',
|
||||||
|
name: 'MaintenanceRecord',
|
||||||
|
component: () => import('@/views/biz/maintenanceRecord/index.vue'),
|
||||||
|
meta: { title: '设备维修保养记录', icon: 'BuildOutline' }
|
||||||
|
},
|
||||||
// 开发工具
|
// 开发工具
|
||||||
{
|
{
|
||||||
path: 'tool/gen',
|
path: 'tool/gen',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user