This commit is contained in:
tcubic 2022-08-08 19:31:06 +08:00
parent 5f6b3f39d9
commit b660b31e9a

View File

@ -160,6 +160,8 @@ const apiAll = () => {
// //
onBeforeMount(() => { onBeforeMount(() => {
goBackEvent()
if (!h5plugin.isWX()) { if (!h5plugin.isWX()) {
apiAll(); apiAll();
} }
@ -185,7 +187,6 @@ onBeforeMount(() => {
onMounted(() => { onMounted(() => {
fontAdpat(); fontAdpat();
// stopBack() // stopBack()
goBackEvent()
}); });
// //