Commit 2d27598b authored by 曾婧's avatar 曾婧
parents ff000221 ac5408bf
Pipeline #48502 passed with stages
in 2 minutes 21 seconds
......@@ -148,6 +148,11 @@ const GlobalHeaderRight = props => {
}
};
const handleFeedback = event => {
event.stopPropagation();
window.open(`https://mis.panda-water.cn/feedback/?site_code="${props.global.get('userInfo.site')}`);
}
const handlerFavitor = event => {
// setCurrentIndex(1);
history.push('/commonmenu');
......@@ -234,8 +239,8 @@ const GlobalHeaderRight = props => {
{/* <span>主题</span>*/}
{/*</div>*/}
<div className={classNames(styles.item)}>
<OrderIcon onClick={handleOrder} title={intl.formatMessage({id: 'component.header.icon.order'})} />
<span>工单</span>
<OrderIcon onClick={handleFeedback} title={'反馈'} />
<span>反馈</span>
</div>
</div>
<NoticeIconView title={intl.formatMessage({id: 'component.header.icon.alarm'})} />
......
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