Commit 1f94f51a by liuguorong93

路由优化02

parent 5ed1af74
......@@ -110,6 +110,8 @@ export default [
component: () => import('@/views/teUnitManage/components/teUnitManageEdit.vue'),
meta: {
title: '技术单位管理-编辑',
// 编辑新增页面此字段务必设置为true
isEditPage: true
}
},
// 技术单位管理(新增页)
......@@ -119,6 +121,8 @@ export default [
component: () => import('@/views/teUnitManage/components/teUnitManageEdit.vue'),
meta: {
title: '技术单位管理-新增',
// 编辑新增页面此字段务必设置为true
isEditPage: true
}
},
// 工作犬复训管理(二级菜单)
......@@ -164,6 +168,8 @@ export default [
component: () => import('@/views/artisanManage/components/artisanManageEdit.vue'),
meta: {
title: '警犬技术人员管理-编辑',
// 编辑新增页面此字段务必设置为true
isEditPage: true
}
},
// 警犬技术人员管理(新增页)
......@@ -173,6 +179,8 @@ export default [
component: () => import('@/views/artisanManage/components/artisanManageEdit.vue'),
meta: {
title: '警犬技术人员管理-新增',
// 编辑新增页面此字段务必设置为true
isEditPage: true
}
},
// 警犬管理(一级菜单)
......
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