跳转测试2

This commit is contained in:
tcubic
2022-08-08 13:11:53 +08:00
parent ddc22a042d
commit d456880c91

View File

@@ -217,7 +217,7 @@ onBeforeMount(() => {
// 页面挂载
onMounted(() => {
fontAdpat()
stopBack()
// stopBack()
});
// 来自首页的事件
@@ -314,6 +314,8 @@ const fontAdpat = ()=>{
}
// 禁止返回
const stopBack = ()=>{
history.pushState(null, null, document.URL);