From f603639b7f064015c182b3407cfaf7006a8c67c5 Mon Sep 17 00:00:00 2001 From: DavidZ Date: Sat, 26 Feb 2022 18:44:48 +0800 Subject: [PATCH] :truck: move /annotation to / --- src/components/Drawer.vue | 2 +- src/pages/notfound/NotFound.vue | 2 +- src/router/index.js | 7 +------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/components/Drawer.vue b/src/components/Drawer.vue index 61d5fc5..0340a35 100644 --- a/src/components/Drawer.vue +++ b/src/components/Drawer.vue @@ -50,7 +50,7 @@ const menuList = [ { icon: 'video_label', label: 'Annotation', - path: '/annotation' + path: '/' }, { icon: 'settings', diff --git a/src/pages/notfound/NotFound.vue b/src/pages/notfound/NotFound.vue index 5f8a929..f18a564 100644 --- a/src/pages/notfound/NotFound.vue +++ b/src/pages/notfound/NotFound.vue @@ -1,6 +1,6 @@