This commit is contained in:
lagos 2025-05-16 15:05:24 +08:00
parent acf22e0cfb
commit 1adbad009a

View File

@ -43,6 +43,7 @@
const appStore = useAppStore(); const appStore = useAppStore();
const tab = ref(0) const tab = ref(0)
const handleClickLeft = () => { const handleClickLeft = () => {
uni.navigateBack() uni.navigateBack()
} }