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

fix: 通知web4加载首页前缀路径问题

parent 2f730748
......@@ -132,7 +132,7 @@ const GlobalHeaderRight = props => {
url ? (
window.share.event.emit('listenerMointer', {
label: '首页',
url: url,
url: url.replace(/^civweb4\//, ''),
})
) : null;
};
......
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