|
@@ -49,7 +49,7 @@ export const constantRoutes = [{
|
|
|
},
|
|
|
{
|
|
|
path: 'workbench/details',
|
|
|
- name: 'Details',
|
|
|
+ name: 'WorkbenchDetails',
|
|
|
component: () =>
|
|
|
import ('@/views/device/workbench/details'),
|
|
|
meta: { title: '设备详情', icon: '' },
|
|
@@ -126,7 +126,7 @@ export const constantRoutes = [{
|
|
|
},
|
|
|
{
|
|
|
path: 'allocation/details',
|
|
|
- name: 'Details',
|
|
|
+ name: 'AllocationDetails',
|
|
|
component: () =>
|
|
|
import ('@/views/device/allocation/details'),
|
|
|
hidden: true,
|