feat: 首页架构

This commit is contained in:
MTrun
2021-12-18 16:36:43 +08:00
parent 44667a89f0
commit 90e45f6c23
31 changed files with 548 additions and 62 deletions
-8
View File
@@ -13,12 +13,4 @@ const router = useRouter()
const goHome = () => {
router.replace({ path: '/' })
}
// onBeforeMount(() => {
// const { params, query } = route
// const { path } = params
// router.replace({
// path: '/' + (Array.isArray(path) ? path.join('/') : path),
// query
// })
// })
</script>