|
@@ -249,6 +249,8 @@ export default defineComponent({
|
|
|
window.addEventListener('popstate', onBack, false);
|
|
|
} else if (state.visiableInfo.operationType === 'CONTINUE') {
|
|
|
state.visiableInfo.show = false;
|
|
|
+ window.history.pushState(null, '', document.URL);
|
|
|
+ window.addEventListener('popstate', onBack, false);
|
|
|
}
|
|
|
};
|
|
|
|