Commit cc1b889f authored by 杨思琦's avatar 杨思琦

fix: 消息详情添加时间戳

parent 2f97d47d
Pipeline #63802 passed with stages
......@@ -344,7 +344,7 @@ class NoticeIconView extends Component {
params._source = '消息通知';
params._target = message.webPath;
sessionStorage.setItem('routerParams', JSON.stringify(params));
window.history.pushState(params, '', `/civbase/${targetMenuPath}`);
window.history.pushState(params, '', `/civbase/${targetMenuPath}?v=${Date.now()}`);
}
render() {
......
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