forked from Gitlink/forgeplus-react
帮助中心路由不屏蔽
This commit is contained in:
parent
f8d1c219fa
commit
b47d0f1c89
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Reference in New Issue