跳转测试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(() => { onMounted(() => {
fontAdpat() fontAdpat()
stopBack() // stopBack()
}); });
// //
@ -314,6 +314,8 @@ const fontAdpat = ()=>{
} }
//
const stopBack = ()=>{ const stopBack = ()=>{
history.pushState(null, null, document.URL); history.pushState(null, null, document.URL);