Commit c7e7625c authored by 邓晓峰's avatar 邓晓峰

fix: 去除debugger

parent 99f81a2b
Pipeline #23284 skipped with stages
......@@ -64,7 +64,7 @@ const BootPage = props => {
props.history.push(`/?client=${props.global.client}`);
window.share.event.emit('triggerMicro', props.global);
props.updateCurrentIndex(0);
window.location.reload();
// window.location.reload();
});
}, []);
useEffect(() => {
......
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