Commit 17a7c670 authored by 崔佳豪's avatar 崔佳豪

fix: 消息箱路径

parent 39132207
Pipeline #61836 passed with stages
...@@ -252,7 +252,7 @@ class NoticeIconView extends Component { ...@@ -252,7 +252,7 @@ class NoticeIconView extends Component {
renderNotifierFooter = () => { renderNotifierFooter = () => {
const toNotifications = e => { const toNotifications = e => {
e.stopPropagation(); e.stopPropagation();
history.push && history.push('/system/notifications') history.push && history.push('/civbase/system/notifications')
} }
return ( return (
<div className={styles.notificationFoter}> <div className={styles.notificationFoter}>
......
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