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

View File

@ -42,6 +42,7 @@
} from '@/store' } from '@/store'
const appStore = useAppStore(); const appStore = useAppStore();
const tab = ref(0) const tab = ref(0)
const handleClickLeft = () => { const handleClickLeft = () => {
uni.navigateBack() uni.navigateBack()