|
@@ -92,10 +92,12 @@ const index = 2,
|
|
|
selfInfo: 'access/selfInfo.if', //访客统计
|
|
|
editorAlumniVisitor: 'visitor/editorAlumniVisitor.if', //访客申请
|
|
|
getUserInfo: 'userinfo/getUserInfo.if', //查询用户信息
|
|
|
- updateUserHeadImage: 'userinfo/updateUserHeadImage.if', //上传用户和底库图片
|
|
|
- updateimage: 'userinfo/updateImage.if', //修改用户头像
|
|
|
- getYouTuImage: 'userinfo/getYouTuImage.if', //获取学生人脸自助上传图片
|
|
|
-
|
|
|
+ updateUserHeadImage: 'userinfo/updateUserHeadImage.if',//上传用户和底库图片
|
|
|
+ updateimage: 'userinfo/updateImage.if',//修改用户头像
|
|
|
+ getYouTuImage: 'userinfo/getYouTuImage.if',//获取学生人脸自助上传图片
|
|
|
+ submitPropose:'proposePort/submitPropose.if',//投诉建议
|
|
|
+ findProposeList:'proposePort/findProposeList.if',//投诉建议查询列表
|
|
|
+ findProposeDetails:'proposePort/findProposeDetails.if',//投诉建议列表明细
|
|
|
//宿管系统--教师端
|
|
|
getDeptInfo: 'deptInfo/getDeptInfolevel.if', //获取学院信息
|
|
|
getRegisterInfo: 'dormManage/registerInfo.if', //获取注册和未注册的用户信息
|
|
@@ -103,17 +105,10 @@ const index = 2,
|
|
|
getDeviceInfo: 'access/selectDevices.if', //获取所有设备信息
|
|
|
getPassInfo: '/access/getAccess.if', //通行记录
|
|
|
getStatisticsInfo: '/access/statisticsBy.if', //考勤统计
|
|
|
+ getOutAndInInfo: '/access/outAndIn.if', //已出已归记录
|
|
|
getVisitorInfo: '/visitor/searchInviteVisitor.if', //查询访客详情
|
|
|
getVisitorCheck: '/visitor/approvalAlumniVisitor.if', //访客信息审批
|
|
|
- getunInByCount: '/access/unInByCount.if', //按天查询未归记录
|
|
|
- getOutAndInInfo: '/access/InAndOut.if', //已出已归记录
|
|
|
- getUnInInfo: '/access/unIn.if', //未归记录
|
|
|
- getLateIn: '/access/lateIn.if', //晚归记录
|
|
|
- getInUnOunt: '/access/InUnOunt.if', //未出记录
|
|
|
- getUnOut: '/access/unOut.if', //查询没有进出记录的人员情况
|
|
|
- getSuggestionList: '/proposePort/findProposeList.if', //获取投诉列表
|
|
|
- getSuggestionDetail: '/proposePort/findProposeDetails.if', //获取投诉列表详情
|
|
|
- getSuggestionResponse: '/proposePort/answerPropose.if', //投诉建议回复
|
|
|
+ getUnInfo: '/access/unIn.if', //未归记录
|
|
|
|
|
|
total: '.if', //图片拼接域名
|
|
|
},
|