This commit is contained in:
zhangyh
2025-10-13 15:18:01 +08:00
3 changed files with 6 additions and 3 deletions

View File

@@ -6,7 +6,8 @@
const currentRouteName = computed(() => router.currentRoute.value.name)
import { ref } from 'vue'
const onHome = () => {
router.push({ name: 'customizeHome' })
// router.push({ name: 'customizeHome' })
router.push({ path: '/signup' })
}
const onLibrary = () => {
router.push({ name: 'customizeLibrary' })