|
|
@@ -136,7 +136,7 @@ export default class RouteConfig extends Component {
|
|
|
<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}/> {/*出入校通知详情*/}
|
|
|
+ <Route path="/accessnoticedetail/:stuId/:anId?" component={AccessNoticeDetail}/> {/*出入校通知详情*/}
|
|
|
{/*<Route path="/accessnoticedetail" component={AccessNoticeDetail}/> /!*出入校通知详情*!/*/}
|
|
|
<Route path='/leaveAddC' component={LeaveAddCPage}/>{/*老师请假*/}
|
|
|
<Route path='/leaveAdd' component={LeaveAddPage}/> {/*学生请假*/}
|
|
|
@@ -149,6 +149,7 @@ export default class RouteConfig extends Component {
|
|
|
<Route path={"/TestImagesViewer"} component={TestImagesViewer}/>
|
|
|
<Route path={'/picturesWall'} component={PicturesWallItem}/>
|
|
|
<Route path='/leaveApproval' component={LeaveApprovalPage}/>
|
|
|
+
|
|
|
</div>
|
|
|
</Router>
|
|
|
);
|