dev_aliyun2
杨树林 5 years ago committed by harry
parent 4137a2e464
commit fd5e35ce24

@ -572,37 +572,37 @@ class App extends Component {
render={ render={
(props) => (<Paperreview {...this.props} {...props} {...this.state} />) (props) => (<Paperreview {...this.props} {...props} {...this.state} />)
}/> }/>
{/*<Route path="/paperlibrary/edit/:id"*/} <Route path="/paperlibrary/edit/:id"
{/* render={*/} render={
{/* (props) => (<Paperlibraryeditid {...this.props} {...props} {...this.state} />)*/} (props) => (<Paperlibraryeditid {...this.props} {...props} {...this.state} />)
{/* }/>*/} }/>
{/*<Route path="/paperlibrary/see/:id"*/} <Route path="/paperlibrary/see/:id"
{/* render={*/} render={
{/* (props) => (<Paperlibraryseeid {...this.props} {...props} {...this.state} />)*/} (props) => (<Paperlibraryseeid {...this.props} {...props} {...this.state} />)
{/* }/>*/} }/>
<Route path="/myproblems/:id/:tab?" <Route path="/myproblems/:id/:tab?"
render={ render={
(props) => (<StudentStudy {...this.props} {...props} {...this.state} />) (props) => (<StudentStudy {...this.props} {...props} {...this.state} />)
} /> } />
{/*<Route path="/question/edit/:id"*/} <Route path="/question/edit/:id"
{/* render={*/} render={
{/* (props) => (<Questionitem_banks {...this.props} {...props} {...this.state} />)*/} (props) => (<Questionitem_banks {...this.props} {...props} {...this.state} />)
{/* } />*/} } />
{/*<Route path="/question/newitem"*/} <Route path="/question/newitem"
{/* render={*/} render={
{/* (props) => (<Questionitem_banks {...this.props} {...props} {...this.state} />)*/} (props) => (<Questionitem_banks {...this.props} {...props} {...this.state} />)
{/* } />*/} } />
{/*<Route path="/question/:type"*/} <Route path="/question/:type"
{/* render={*/} render={
{/* (props) => (<Headplugselection {...this.props} {...props} {...this.state} />)*/} (props) => (<Headplugselection {...this.props} {...props} {...this.state} />)
{/* } />*/} } />
{/*<Route path="/paperlibrary"*/} <Route path="/paperlibrary"
{/* render={*/} render={
{/* (props) => (<Testpaperlibrary {...this.props} {...props} {...this.state} />)*/} (props) => (<Testpaperlibrary {...this.props} {...props} {...this.state} />)
{/* }/>*/} }/>
<Route path="/Integeneration" <Route path="/Integeneration"
render={ render={
@ -614,19 +614,15 @@ class App extends Component {
(props) => (<Developer {...this.props} {...props} {...this.state} />) (props) => (<Developer {...this.props} {...props} {...this.state} />)
}/> }/>
{/*<Route path="/question"*/} <Route path="/question"
{/* render={*/} render={
{/* (props) => (<Headplugselection {...this.props} {...props} {...this.state} />)*/} (props) => (<Headplugselection {...this.props} {...props} {...this.state} />)
{/* }/>*/} }/>
{/*<Route path="/wxcode/:identifier?" component={WXCode}*/} {/*<Route path="/wxcode/:identifier?" component={WXCode}*/}
{/* render={*/} {/* render={*/}
{/* (props)=>(<WXCode {...this.props} {...props} {...this.state}></WXCode>)*/} {/* (props)=>(<WXCode {...this.props} {...props} {...this.state}></WXCode>)*/}
{/* }*/} {/* }*/}
{/*/>*/} {/*/>*/}
<Route exact path="/" <Route exact path="/"
// component={ShixunsHome} // component={ShixunsHome}
render={ render={

Loading…
Cancel
Save