mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 首页架构
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user