Merge pull request '帮助中心路由不屏蔽' (#603) from gitlink_server into pre_gitlink_server

This commit is contained in:
durian 2023-12-22 15:23:13 +08:00
commit 97fb2d8890
1 changed files with 2 additions and 2 deletions

View File

@ -234,12 +234,12 @@ function Index(props){
<Main {...props} {...p} id={id} temp={ temp } role={role} sectionCmsTitle={data && data.sectionCmsTitle}/>
)}
></Route>
{data && data.helperShow === 1 && <Route
<Route
path="/zone/:deptId/help"
render={(p) => (
<Help {...props} {...p} id={id} temp={ temp } data={data} adminUrl={adminUrl}/>
)}
></Route>}
></Route>
<Route
path="/zone/apply"
render={(p) => (