|
@@ -64,6 +64,9 @@ 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 Security from '@/pages/SecurityFire/Security/index' //保安安排
|
|
|
+import Duty from '@/pages/SecurityFire/Duty/index' //执勤管理
|
|
|
+import Visit from '@/pages/SecurityFire/Visit/index' //来访管理
|
|
|
|
|
|
import Vehicle from '@/pages/Vehicle/index' //车辆管理
|
|
|
import Architecture from '@/pages/Architecture/index' //房屋架构
|
|
@@ -340,6 +343,27 @@ export default new Router({
|
|
|
components: {
|
|
|
ContainerView: Cleaning
|
|
|
}
|
|
|
+ },
|
|
|
+ //保安安排
|
|
|
+ {
|
|
|
+ path: '/Security',
|
|
|
+ components: {
|
|
|
+ ContainerView: Security
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //保安安排
|
|
|
+ {
|
|
|
+ path: '/Duty',
|
|
|
+ components: {
|
|
|
+ ContainerView: Duty
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //来访管理
|
|
|
+ {
|
|
|
+ path: '/Visit',
|
|
|
+ components: {
|
|
|
+ ContainerView: Visit
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|