| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- var routers = [
- {
- //终端管理
- path: '/base/terminalInfo/list',
- name: 'BaseTerminalInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/terminalInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '终端管理'
- }
- },
- {
- //户号管理
- path: '/base/electricClientInfo/list',
- name: 'BaseElectricClientInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/electricClientInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '户号管理'
- }
- },
- {
- //电表管理
- path: '/base/electricMeterInfo/list',
- name: 'BaseElectricMeterInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/electricMeterInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '电表管理'
- }
- },
- {
- //充值流水
- path: '/base/rechargeRecord/list',
- name: 'BaseRechargeRecordList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/rechargeRecord-list.vue'),
- meta: {
- roles: ["admin"],
- title: '充值流水'
- }
- },
- {
- //物业充值流水
- path: '/base/rechargeRecordWater/list',
- name: 'BaseRechargeRecordWaterList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/rechargeRecordWater-list.vue'),
- meta: {
- roles: ["admin"],
- title: '物业充值流水'
- }
- },
- {
- //物业费充值记录
- path: '/base/rechargeRecordProperty/list',
- name: 'BaseRechargeRecordPropertyList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/rechargeRecordProperty-list.vue'),
- meta: {
- roles: ["admin"],
- title: '物业费充值记录'
- }
- },
- {
- //房间管理
- path: '/base/roomInfo/list',
- name: 'BaseRoomInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/roomInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '房间管理'
- }
- },
- {
- //线下充值
- path: '/base/rechange/list',
- name: 'BaseRechangeList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/rechange-list.vue'),
- meta: {
- roles: ["admin"],
- title: '线下充值'
- }
- },
- {
- //业主信息管理
- path: '/base/ownerInfo/list',
- name: 'BaseOwnerInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/ownerInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '业主信息管理'
- }
- },
- {
- //车位管理
- path: '/base/parkingInfo/list',
- name: 'BaseParkingInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/parkingInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '车位管理'
- }
- },
- {
- //车位申请
- path: '/base/parkingApply/list',
- name: 'BaseParkingApplyList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/parkingApply-list.vue'),
- meta: {
- roles: ["admin"],
- title: '车位申请'
- }
- },
- {
- //围墙报警
- path: '/base/alarmInfoFence/list',
- name: 'BaseAlarmInfoFenceList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/alarmInfo-fence-list.vue'),
- meta: {
- roles: ["admin"],
- title: '围墙报警'
- }
- },
- {
- //警戒报警
- path: '/base/alarmInfoAlert/list',
- name: 'BaseAlarmInfoAlertList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/alarmInfo-alert-list.vue'),
- meta: {
- roles: ["admin"],
- title: '警戒报警'
- }
- },
- {
- //投诉建议管理
- path: '/base/informationInfoComplaint/list',
- name: 'BaseInformationInfoComplaintList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/informationInfo-complaint-list.vue'),
- meta: {
- roles: ["admin"],
- title: '投诉建议管理'
- }
- },
- {
- //报事报修管理
- path: '/base/informationInfoWarranty/list',
- name: 'BaseInformationInfoWarrantyList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/informationInfo-warranty-list.vue'),
- meta: {
- roles: ["admin"],
- title: '报事报修管理'
- }
- },
- {
- //企业员工管理
- path: '/base/employeeInfo/list',
- name: 'BaseEmployeeInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/employeeInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '企业员工管理'
- }
- },
- {
- //单位管理
- path: '/base/companyInfo/list',
- name: 'BaseCompanyInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/companyInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '单位管理'
- }
- },
- {
- //人员管理
- path: '/base/personInfo/list',
- name: 'BasePersonInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/personInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '人员管理'
- }
- },
- {
- //设备管理
- path: '/base/deviceInfo/list',
- name: 'BaseDeviceInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/deviceInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '设备管理'
- }
- },
- {
- //测温记录
- path: '/base/personDeviceLog/list',
- name: 'BasePersonDeviceLogList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/personDeviceLog-list.vue'),
- meta: {
- roles: ["admin"],
- title: '测温记录'
- }
- },
- {
- //检测预警上报人员管理
- path: '/base/warningPusher/list',
- name: 'BaseWarningPusherList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/warningPusher-list.vue'),
- meta: {
- roles: ["admin"],
- title: '预警上报人员管理'
- }
- },
- {
- //通知公告
- path: '/base/messageNotice/list',
- name: 'BaseMessageNoticeList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/messageNotice-list.vue'),
- meta: {
- roles: ["admin"],
- title: '通知公告'
- }
- },
- {
- //异常上报
- path: '/base/messageReport/list',
- name: 'BaseMessageReportList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/messageReport-list.vue'),
- meta: {
- roles: ["admin"],
- title: '异常上报'
- }
- },
- {
- //打卡时间
- path: '/base/alarmConfig/list',
- name: 'BaseAlarmConfigList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/alarmConfig-list.vue'),
- meta: {
- roles: ["admin"],
- title: '考勤时间设置'
- }
- },
- {
- //测温统计
- path: '/base/temperatureRecord/list',
- name: 'BaseTemperatureRecordList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/temperatureRecord-list.vue'),
- meta: {
- roles: ["admin"],
- title: '测温统计'
- }
- },
- {
- //设备人员管理
- path: '/base/devicePerson/list',
- name: 'BaseDevicePersonList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/devicePerson-list.vue'),
- meta: {
- roles: ["admin"],
- title: '设备人员管理'
- }
- },
- {
- //节假日设置
- path: '/base/holidayInfo/list',
- name: 'BaseHolidayInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/holidayInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '节假日设置'
- }
- },
- {
- //打卡点管理
- path: '/base/punchLocation/list',
- name: 'BasePunchLocationList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/punchLocation-list.vue'),
- meta: {
- roles: ["admin"],
- title: '打卡点管理'
- }
- },
- {
- //打卡点打卡记录
- path: '/base/punchRecord/list',
- name: 'BasePunchRecordList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/punchRecord-list.vue'),
- meta: {
- roles: ["admin"],
- title: '打卡点打卡记录'
- }
- },
- {
- path: '/base/mobileBannerInfo/list',
- name: 'baseMobileBannerInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/mobileBannerInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '移动端幻灯片管理'
- }
- },
- /////////////////////////////////////////小鹏管家2.0新增功能/////////////////////////////////////////////////////
- {
- path: '/base/personRoleInfo/list',
- name: 'basePersonRoleInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/personRoleInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '用户身份管理'
- }
- },
- {
- path: '/base/watchInfo/list',
- name: 'baseWatchInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/watchInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '老人手表管理'
- }
- },
- {
- path: '/base/watchMeasure/list',
- name: 'baseWatchMeasureList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/watchMeasure-list.vue'),
- meta: {
- roles: ["admin"],
- title: '手表消息管理'
- }
- },
- {
- path: '/base/message/list',
- name: 'baseMessageList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/messageInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '消息通知'
- }
- },
- {
- path: '/base/cameraInfo/list',
- name: 'baseCameraInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/cameraInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '摄像头管理'
- }
- },
- {
- path: '/base/iconInfo/list',
- name: 'baseIconInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/iconInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '图标管理'
- }
- },
- {
- //订单管理
- path: '/base/order/list',
- name: 'BaseOrderList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/order-list.vue'),
- meta: {
- roles: ["admin"],
- title: '订单管理'
- }
- },
- {
- path: '/base/companyStructureInfo/list',
- name: 'baseCompanyStructureInfoList',
- // route level code-splitting
- // this generates a separate chunk (about.[hash].js) for this route
- // which is lazy-loaded when the route is visited.
- component: () => import('@/views/base/companyStructureInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '单位机构管理'
- }
- },
- {
- path: '/base/parkingWay/list',
- name: 'baseParkingWayList',
- component: () => import('@/views/base/parkingWay-list.vue'),
- meta: {
- roles: ["admin"],
- title: '车位租赁方式管理'
- }
- },
- {
- path: '/base/problemFeedback/list',
- name: 'baseProblemFeedback',
- component: () => import('@/views/base/problemFeedback-list.vue'),
- meta: {
- roles: ["admin"],
- title: '问题反馈管理'
- }
- },
- {
- path: '/base/oldPersonInfo/list',
- name: 'baseOldPersonInfo',
- component: () => import('@/views/old/oldPersonInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '长者管理'
- }
- },
- {
- path: '/base/applicationExamine/list',
- name: 'baseApplicationExamineList',
- component: () => import('@/views/base/applicationExamine-list.vue'),
- meta: {
- roles: ["admin"],
- title: '审批角色管理'
- }
- }
- ]
- export default routers;
|