la 2 years ago
parent
commit
3e0fed0d95
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/pages/txwx.index.vue

+ 5 - 0
src/pages/txwx.index.vue

@@ -49,10 +49,15 @@ const b8data = $ref([
   ['张大大', '桐乡市第十中学', '第一名', '1.5W'],
 ])
 
+
+
+
 const router = useRouter()
 function go(name: string) {
   router.push({ name })
 }
+
+
 </script>
 
 <template>