@@ -68,6 +68,11 @@
<script setup>
import MtaFooter from "@/components/MtaFooter.vue"
+function handleGo() {
+ uni.navigateTo({
+ url: '/pages/index/index'
+ })
+ }
</script>
<style>