|
@@ -60,6 +60,10 @@ import DataDictionary from '@/pages/System/DataDictionary'
|
|
import OperationLog from '@/pages/System/OperationLog' // 操作日志
|
|
import OperationLog from '@/pages/System/OperationLog' // 操作日志
|
|
|
|
|
|
import Complaints from '@/pages/Complaints/index'
|
|
import Complaints from '@/pages/Complaints/index'
|
|
|
|
+import StaffInfo from '@/pages/Staff/StaffInfo/index'
|
|
|
|
+import ParKing from '@/pages/ParKing/index' //停车位
|
|
|
|
+import StaffJurisdiction from '@/pages/Staff/StaffJurisdiction/index'
|
|
|
|
+import Letter from '@/pages/Letter/index' //收信记录
|
|
|
|
|
|
import Vehicle from '@/pages/Vehicle/index' //车辆管理
|
|
import Vehicle from '@/pages/Vehicle/index' //车辆管理
|
|
import Architecture from '@/pages/Architecture/index' //房屋架构
|
|
import Architecture from '@/pages/Architecture/index' //房屋架构
|
|
@@ -302,6 +306,20 @@ export default new Router({
|
|
ContainerView: Architecture
|
|
ContainerView: Architecture
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ // 员工信息
|
|
|
|
+ {
|
|
|
|
+ path: '/StaffInfo',
|
|
|
|
+ components: {
|
|
|
|
+ ContainerView: StaffInfo
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 员工权限管理
|
|
|
|
+ {
|
|
|
|
+ path: '/StaffJurisdiction',
|
|
|
|
+ components: {
|
|
|
|
+ ContainerView: StaffJurisdiction
|
|
|
|
+ }
|
|
|
|
+ },
|
|
// 消防巡查
|
|
// 消防巡查
|
|
{
|
|
{
|
|
path: '/FireInspection',
|
|
path: '/FireInspection',
|
|
@@ -322,7 +340,7 @@ export default new Router({
|
|
components: {
|
|
components: {
|
|
ContainerView: Cleaning
|
|
ContainerView: Cleaning
|
|
}
|
|
}
|
|
- },
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
]
|