Commit ac5408bf authored by 崔佳豪's avatar 崔佳豪

feat: 头部工单更改为反馈

parent 1118aecf
Pipeline #48496 skipped with stages
...@@ -148,6 +148,11 @@ const GlobalHeaderRight = props => { ...@@ -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 => { const handlerFavitor = event => {
// setCurrentIndex(1); // setCurrentIndex(1);
history.push('/commonmenu'); history.push('/commonmenu');
...@@ -234,8 +239,8 @@ const GlobalHeaderRight = props => { ...@@ -234,8 +239,8 @@ const GlobalHeaderRight = props => {
{/* <span>主题</span>*/} {/* <span>主题</span>*/}
{/*</div>*/} {/*</div>*/}
<div className={classNames(styles.item)}> <div className={classNames(styles.item)}>
<OrderIcon onClick={handleOrder} title={intl.formatMessage({id: 'component.header.icon.order'})} /> <OrderIcon onClick={handleFeedback} title={'反馈'} />
<span>工单</span> <span>反馈</span>
</div> </div>
</div> </div>
<NoticeIconView title={intl.formatMessage({id: 'component.header.icon.alarm'})} /> <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