Commit 4f1c233a authored by wends's avatar wends

update routes

parent 63282603
...@@ -12,9 +12,9 @@ const router = { ...@@ -12,9 +12,9 @@ const router = {
{ {
menuId: 'EquipmentModel', menuId: 'EquipmentModel',
path: 'equipment-model', path: 'equipment-model',
name: '设备', name: '设备',
component: () => import('@/views/equipment-management/equipment-model'), component: () => import('@/views/equipment-management/equipment-model'),
meta: { title: '设备', icon: 'equipment-model' } meta: { title: '设备', icon: 'equipment-model' }
}, },
{ {
menuId: 'EquipmentInstance', menuId: 'EquipmentInstance',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment