forked from Gitlink/forgeplus-react
glcc结果公示路由修改
This commit is contained in:
parent
84c4ec3c3d
commit
e4fc7db843
|
@ -105,7 +105,7 @@ export default (props) => {
|
|||
<div className="pt6">导师拟定中期考核结果</div>
|
||||
</Link>}
|
||||
{/* 中期考核结果公示页 */}
|
||||
{checkTime3 && false && <Link className="apply" to={`/glcc/middle/result`}>
|
||||
{checkTime3 && false && <Link className="apply" to={`/glcc/middle/results`}>
|
||||
<div>
|
||||
<img src={img1} alt="" className="applyIcon" />
|
||||
<span className="til">考核结果</span>
|
||||
|
|
|
@ -211,7 +211,7 @@ const Glcc = (propsF) => {
|
|||
|
||||
{/* 中期审核-结果公示 */}
|
||||
<Route
|
||||
path="/glcc/middle/result"
|
||||
path="/glcc/middle/results"
|
||||
render={(props) => (
|
||||
<MiddleResult current_user={current_user} history={props.history} checkTime3={checkTime3}/>
|
||||
)}
|
||||
|
|
Loading…
Reference in New Issue