123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755 |
- 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/applicationExamine/list',
- name: 'baseApplicationExamineList',
- component: () => import('@/views/base/applicationExamine-list.vue'),
- meta: {
- roles: ["admin"],
- title: '审批角色管理'
- }
- },
- {
- path: '/base/payService/list',
- name: 'basePayServiceList',
- component: () => import('@/views/base/payService-list.vue'),
- meta: {
- roles: ["admin"],
- title: '收费项目管理'
- }
- },
- {
- path: '/base/activityInfo/list',
- name: 'baseActivityInfo',
- component: () => import('@/views/base/activityInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '活动管理'
- }
- },
- {
- path: '/base/businessOut/list',
- name: 'baseBusinessOutList',
- component: () => import('@/views/base/businessOut-list.vue'),
- meta: {
- roles: ["admin"],
- title: '外勤申请记录'
- }
- },
- {
- path: '/base/checkinInfo/list',
- name: 'baseCheckinInfo',
- component: () => import('@/views/base/checkinInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '租户管理'
- }
- },
- {
- path: '/base/companyPayment/list',
- name: 'baseCompanyPayment',
- component: () => import('@/views/base/companyPayment-list.vue'),
- meta: {
- roles: ["admin"],
- title: '收款账户管理'
- }
- },
- {
- path: '/base/returnInfo/list',
- name: 'baseReturnInfoList',
- component: () => import('@/views/base/returnInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '返乡人员管理'
- }
- },
- {
- path: '/base/approvalConfig/list',
- name: 'baseApprovalConfigList',
- component: () => import('@/views/base/approvalConfig-list.vue'),
- meta: {
- roles: ["admin"],
- title: '审核层级管理'
- }
- },
- {
- path: '/base/workOver/list',
- name: 'baseWorkOverList',
- component: () => import('@/views/base/workOver-list.vue'),
- meta: {
- roles: ["admin"],
- title: '加班申请记录'
- }
- },
- {
- path: '/base/workSchedule/list',
- name: 'baseWorkScheduleList',
- component: () => import('@/views/base/workSchedule-list.vue'),
- meta: {
- roles: ["admin"],
- title: '班次考勤设置'
- }
- },
- {
- //学生每日健康情况-包含健康打卡和上报
- path: '/base/personHealthLedger/list',
- name: 'basePersonHealthLedgerList',
- // 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/personHealthLedger-list.vue'),
- meta: {
- roles: ["admin"],
- title: '健康打卡情况'
- }
- },
- {
- //审批用户管理
- path: '/base/personApplication/list',
- name: 'basePersonApplicationList',
- // 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/personApplication-list.vue'),
- meta: {
- roles: ["admin"],
- title: '注册人员管理'
- }
- },
- {
- //商户优惠卷管理
- path: '/base/parkingCoupon/list',
- name: 'baseParkingCouponList',
- // 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/parkingCoupon-list.vue'),
- meta: {
- roles: ["admin"],
- title: '商户优惠卷管理'
- }
- },
- {
- //商户管理
- path: '/base/parkingMerchant/list',
- name: 'baseParkingMerchantList',
- // 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/parkingMerchant-list.vue'),
- meta: {
- roles: ["admin"],
- title: '商户管理'
- }
- },
- {
- //停车收费记录
- path: '/base/parkingRecord/list',
- name: 'baseParkingRecordList',
- // 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/parkingRecord-list.vue'),
- meta: {
- roles: ["admin"],
- title: '停车收费记录'
- }
- },
- {
- //车辆出入记录
- path: '/base/parkingRecordInOut/list',
- name: 'parkingRecordInOutList',
- // 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/parkingRecordInOut-list.vue'),
- meta: {
- roles: ["admin"],
- title: '车辆出入记录'
- }
- },
- /////////////////////////////////////////新生源项目新增功能/////////////////////////////////////////////////////
- {
- path: '/base/canteenInfo/list',
- name: 'BaseCanteenInfoList',
- // 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/canteenInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '食堂管理'
- }
- },
- {
- path: '/base/canteenOutsourcerBalance/list',
- name: 'BaseCanteenOutsourcerBalanceList',
- // 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/canteenOutsourcerBalance-list.vue'),
- meta: {
- roles: ["admin"],
- title: '外协人员就餐管理'
- }
- },
- {
- path: '/base/canteenDiningRecordAll/list',
- name: 'BaseCanteenDiningRecordAllList',
- // 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/canteenDiningRecordAll-list.vue'),
- meta: {
- roles: ["admin"],
- title: '人员就餐记录'
- }
- },
- {
- path: '/base/workShiftInfo/list',
- name: 'BaseWorkShiftInfoList',
- // 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/workShiftInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '班次管理'
- }
- },
- {
- path: '/base/workPersonScheduling/list',
- name: 'BaseWorkPersonSchedulingList',
- // 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/workPersonScheduling-list.vue'),
- meta: {
- roles: ["admin"],
- title: '人员排班管理'
- }
- },
- {
- path: '/base/meetingInfo/list',
- name: 'BaseMeetingInfoList',
- // 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/meetingInfo-list.vue'),
- meta: {
- roles: ["admin"],
- title: '会议管理'
- }
- },
- ]
- export default routers;
|