mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 22:46:45 +08:00
保存删除
This commit is contained in:
@@ -1,32 +0,0 @@
|
|||||||
const DepartInfo = () => import('@/views/ebiz/Department/DepartInfo')
|
|
||||||
const DepartInfoOne = () => import('@/views/ebiz/Department/DepartInfoOne')
|
|
||||||
const DepartInfoTwo = () => import('@/views/ebiz/Department/DepartInfoTwo')
|
|
||||||
export default [
|
|
||||||
{
|
|
||||||
path: '/Department/DepartInfo',
|
|
||||||
name: 'DepartmentInformation',
|
|
||||||
component: DepartInfo,
|
|
||||||
meta: {
|
|
||||||
title: '入司基本信息'
|
|
||||||
},
|
|
||||||
redirect: '/Department/DepartInfo/one',
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: 'one',
|
|
||||||
name: 'DepartInfoOne',
|
|
||||||
component: DepartInfoOne,
|
|
||||||
meta: {
|
|
||||||
title: '入司基本信息one'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'Two',
|
|
||||||
name: 'DepartInfoTwo',
|
|
||||||
component: DepartInfoTwo,
|
|
||||||
meta: {
|
|
||||||
title: '入司基本信息'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
@@ -6,5 +6,4 @@ import my from './my'
|
|||||||
import serve from './serve'
|
import serve from './serve'
|
||||||
import common from './common'
|
import common from './common'
|
||||||
import product from './product'
|
import product from './product'
|
||||||
import Department from './Department'
|
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product] //根据需要进行删减
|
||||||
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...Department] //根据需要进行删减
|
|
||||||
|
|||||||
Reference in New Issue
Block a user