forked from Gitlink/forgeplus-react
交流互动参数拼写错误导致内网跳转不正确
This commit is contained in:
parent
ddb39a65fc
commit
0266654718
|
@ -261,7 +261,7 @@ const Qz2022 = (props) => {
|
|||
{/* 交流互动 */}
|
||||
<Route path="/competition/qz2022/chat"
|
||||
render={
|
||||
() => (<Chat {...props} isLoacl={qzDetail && qzDetail.is_local}/>)
|
||||
() => (<Chat {...props} isLocal={qzDetail && qzDetail.is_local}/>)
|
||||
}
|
||||
></Route>
|
||||
{/* 联系我们 */}
|
||||
|
|
Loading…
Reference in New Issue