diff --git a/src/views/home/left-nav.vue b/src/views/home/left-nav.vue index 5591dcb..9127fe1 100644 --- a/src/views/home/left-nav.vue +++ b/src/views/home/left-nav.vue @@ -78,13 +78,6 @@ - -
- @@ -111,12 +104,6 @@ const onCreateProject = () => { router.push({ name: 'mainInput' }) } - const onHome = () => {} - const onCanvas = (depth: boolean) => { - const query = {} - if (depth) query['depth'] = '1' - router.push({ name: 'test', query }) - } const onHistory = () => { if (isCollapse.value) { globalStore.setHomeLeftNavCollapse(false)