glcc结果公示路由修改

This commit is contained in:
谢思 2022-08-26 16:17:34 +08:00
parent 84c4ec3c3d
commit e4fc7db843
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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}/>
)}