|
|
|
@ -135,7 +135,7 @@ export const constantRoutes: RouteRecordRaw[] = [ |
|
|
|
path: '', |
|
|
|
component: () => import('@/views/nos/legalTechEdit.vue'), |
|
|
|
name: 'LegalTechAdd', |
|
|
|
meta: { title: '法制与技术材料留存新增', icon: 'plus' } |
|
|
|
meta: { title: '新增法制与技术材料留存', icon: 'plus' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
@ -148,7 +148,7 @@ export const constantRoutes: RouteRecordRaw[] = [ |
|
|
|
path: '', |
|
|
|
component: () => import('@/views/nos/legalTechEdit.vue'), |
|
|
|
name: 'LegalTechEdit', |
|
|
|
meta: { title: '法制与技术材料留存编辑', icon: 'plus' } |
|
|
|
meta: { title: '编辑法制与技术材料留存', icon: 'plus' } |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|
|