帮助中心路由不屏蔽

This commit is contained in:
谢思 2023-12-22 15:19:47 +08:00
parent f8d1c219fa
commit b47d0f1c89
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) => (