From f7c89bc669c43a7ed905faef91cf813aa4b3a3db Mon Sep 17 00:00:00 2001 From: sc Date: Mon, 18 Oct 2021 09:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=A7=86=E5=9B=BE=E7=A7=BB?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit empty、404从views移动至layout 删除cmd无用路由 --- src/layout/components/userbar.vue | 1 - src/{views => layout}/other/404.vue | 0 src/{views => layout}/other/empty.vue | 0 src/router/index.js | 4 +- src/router/systemRouter.js | 7 --- src/views/other/cmd.vue | 73 --------------------------- 6 files changed, 2 insertions(+), 83 deletions(-) rename src/{views => layout}/other/404.vue (100%) rename src/{views => layout}/other/empty.vue (100%) delete mode 100644 src/views/other/cmd.vue diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue index dc616b2e..d7028b4f 100644 --- a/src/layout/components/userbar.vue +++ b/src/layout/components/userbar.vue @@ -47,7 +47,6 @@