Commit 6d198668 by yuananting

fix:修改帮助中心入口进入标签

parent 14c2feab
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 吴文洁 * @Author: 吴文洁
* @Date: 2019-09-10 18:26:03 * @Date: 2019-09-10 18:26:03
* @LastEditors: fusanqiasng * @LastEditors: fusanqiasng
* @LastEditTime: 2021-06-19 14:20:42 * @LastEditTime: 2021-06-22 15:00:53
* @Description: * @Description:
*/ */
import React, { useRef, useContext, useEffect, useState } from 'react'; import React, { useRef, useContext, useEffect, useState } from 'react';
...@@ -345,15 +345,11 @@ function Header(props) { ...@@ -345,15 +345,11 @@ function Header(props) {
<span className='text'>分享学院</span> <span className='text'>分享学院</span>
</span> </span>
</div> </div>
<div <div className='help'>
className='help' <a href={helpCenterUrl} target='_blank' className='help-btn'>
onClick={() => {
window.open(helpCenterUrl);
}}>
<span className='help-btn'>
<span className='icon iconfont tool-tip-right'>&#xe8ed;</span> <span className='icon iconfont tool-tip-right'>&#xe8ed;</span>
<span className='text'>帮助中心</span> <span className='text'>帮助中心</span>
</span> </a>
</div> </div>
</div> </div>
<Dropdown overlay={userMenu()} arrow> <Dropdown overlay={userMenu()} arrow>
......
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