Commit ae0cd468 by 纪昌帅

save

parent 4e50cd24
...@@ -98,14 +98,14 @@ class Header extends PureComponent { ...@@ -98,14 +98,14 @@ class Header extends PureComponent {
{/* 语言 */} {/* 语言 */}
{/* bug-11961-cwj暂时注释 2期上 */} {/* bug-11961-cwj暂时注释 2期上 */}
{/* <SelectLang className={styles.action} /> */} {/* <SelectLang className={styles.action} /> */}
{associationButton && ( {/* {associationButton && (
<a className={styles.assDiv} onClick={onToAss.bind(this)}> <a className={styles.assDiv} onClick={onToAss.bind(this)}>
<div className={styles.iconDiv}> <div className={styles.iconDiv}>
<Icon style={{ color: "white" }} type="home" /> <Icon style={{ color: "white" }} type="home" />
</div> </div>
{/* <div className={styles.assText}>社群平台</div> */} <div className={styles.assText}>社群平台</div>
</a> </a>
)} )} */}
<Tooltip title={"使用帮助"}> <Tooltip title={"使用帮助"}>
<a <a
target="_blank" target="_blank"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment