|
@@ -63,6 +63,7 @@ import ScoreNotification from '../modules/hiPages/scorenotification/ScoreNotific
|
|
|
import AccessNoticeDetail from '../modules/hiPages/accessnoticedetail/AccessNoticeDetail';
|
|
import AccessNoticeDetail from '../modules/hiPages/accessnoticedetail/AccessNoticeDetail';
|
|
|
import ChartDemo from "../modules/chart/ChartDemo";
|
|
import ChartDemo from "../modules/chart/ChartDemo";
|
|
|
import {connect} from "react-redux";
|
|
import {connect} from "react-redux";
|
|
|
|
|
+import AccessNoticeDetail1 from "../modules/hiPages/accessnoticedetail/AccessNoticeDetail1";
|
|
|
|
|
|
|
|
class RouteConfig extends Component {
|
|
class RouteConfig extends Component {
|
|
|
|
|
|
|
@@ -137,7 +138,7 @@ class RouteConfig extends Component {
|
|
|
<Route path='/leavedetail/:role/:lvId' component={LeaveDetail}/> {/*学生请假详情*/}
|
|
<Route path='/leavedetail/:role/:lvId' component={LeaveDetail}/> {/*学生请假详情*/}
|
|
|
<Route path="/changephonenumber" component={ChangePhoneNumber}/> {/*更换手机号码*/}
|
|
<Route path="/changephonenumber" component={ChangePhoneNumber}/> {/*更换手机号码*/}
|
|
|
<Route path="/scorenotification/:stuId?" component={ScoreNotification}/> {/*成绩通知*/}
|
|
<Route path="/scorenotification/:stuId?" component={ScoreNotification}/> {/*成绩通知*/}
|
|
|
- <Route path="/accessnoticedetail/:stuId/:anId?" component={AccessNoticeDetail}/> {/*出入校通知详情*/}
|
|
|
|
|
|
|
+ <Route path="/accessnoticedetail/:stuId/:anId?" component={AccessNoticeDetail1}/> {/*出入校通知详情*/}
|
|
|
{/*<Route path="/accessnoticedetail" component={AccessNoticeDetail}/> /!*出入校通知详情*!/*/}
|
|
{/*<Route path="/accessnoticedetail" component={AccessNoticeDetail}/> /!*出入校通知详情*!/*/}
|
|
|
<Route path='/leaveAddC' component={LeaveAddCPage}/>{/*老师请假*/}
|
|
<Route path='/leaveAddC' component={LeaveAddCPage}/>{/*老师请假*/}
|
|
|
<Route path='/leaveAdd' component={LeaveAddPage}/> {/*学生请假*/}
|
|
<Route path='/leaveAdd' component={LeaveAddPage}/> {/*学生请假*/}
|