|
|
@@ -133,7 +133,7 @@ export default class RouteConfig extends Component {
|
|
|
<Route path='/approvel' component={Approvel}/>{/*我的审批*/}
|
|
|
<Route path='/approvel-detail/:approveId/:isMyApply' component={ApprovelDetail}/> {/*审批详情*/}
|
|
|
<Route path='/meet-detail/:meetId?' component={MeetDetail}/> {/*会议签到详情 meetingSignIn*/}
|
|
|
- <Route path='/leavedetail/:lvId/:role' component={LeaveDetail}/> {/*学生请假详情*/}
|
|
|
+ <Route path='/leavedetail/:role/:lvId' component={LeaveDetail}/> {/*学生请假详情*/}
|
|
|
<Route path="/changephonenumber" component={ChangePhoneNumber}/> {/*更换手机号码*/}
|
|
|
<Route path="/scorenotification/:stuId?" component={ScoreNotification}/> {/*成绩通知*/}
|
|
|
<Route path="/accessnoticedetail/:stuId/:anId?" component={AccessNoticeDetail}/> {/*出入校通知详情*/}
|