From b1d3acdd54a9e2f1c6ef004d116b59c4771e1095 Mon Sep 17 00:00:00 2001 From: lyt-Top <1105290566@qq.com> Date: Fri, 5 Feb 2021 01:26:22 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.02.05:=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=97=A5=E6=9C=9F=E9=94=99=E8=AF=AF=E3=80=81=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98=E3=80=81=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E5=8E=9Fviews=E7=9A=84components=E5=88=B0src=E4=B8=8B?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/{views => }/components/auth/auth.vue | 0 .../src/{views => }/components/auth/authAll.vue | 0 .../src/{views => }/components/auth/auths.vue | 0 vue-admin-wonderful-next/src/router/index.ts | 15 --------------- .../src/views/limits/frontEnd/btn/index.vue | 6 +++--- 5 files changed, 3 insertions(+), 18 deletions(-) rename vue-admin-wonderful-next/src/{views => }/components/auth/auth.vue (100%) rename vue-admin-wonderful-next/src/{views => }/components/auth/authAll.vue (100%) rename vue-admin-wonderful-next/src/{views => }/components/auth/auths.vue (100%) diff --git a/vue-admin-wonderful-next/src/views/components/auth/auth.vue b/vue-admin-wonderful-next/src/components/auth/auth.vue similarity index 100% rename from vue-admin-wonderful-next/src/views/components/auth/auth.vue rename to vue-admin-wonderful-next/src/components/auth/auth.vue diff --git a/vue-admin-wonderful-next/src/views/components/auth/authAll.vue b/vue-admin-wonderful-next/src/components/auth/authAll.vue similarity index 100% rename from vue-admin-wonderful-next/src/views/components/auth/authAll.vue rename to vue-admin-wonderful-next/src/components/auth/authAll.vue diff --git a/vue-admin-wonderful-next/src/views/components/auth/auths.vue b/vue-admin-wonderful-next/src/components/auth/auths.vue similarity index 100% rename from vue-admin-wonderful-next/src/views/components/auth/auths.vue rename to vue-admin-wonderful-next/src/components/auth/auths.vue diff --git a/vue-admin-wonderful-next/src/router/index.ts b/vue-admin-wonderful-next/src/router/index.ts index 0267011..27d5bf9 100644 --- a/vue-admin-wonderful-next/src/router/index.ts +++ b/vue-admin-wonderful-next/src/router/index.ts @@ -347,21 +347,6 @@ export const dynamicRoutes = [ icon: 'iconfont icon-fuzhiyemian' } }, - { - path: '/components', - name: 'componentsIndex', - component: () => import('/@/views/components/index.vue'), - meta: { - title: '组件', - isLink: '', - isHide: false, - isKeepAlive: true, - isAffix: false, - isIframe: false, - auth: ['admin', 'test'], - icon: 'iconfont icon-zujian' - } - }, { path: '/chart', name: 'chartIndex', diff --git a/vue-admin-wonderful-next/src/views/limits/frontEnd/btn/index.vue b/vue-admin-wonderful-next/src/views/limits/frontEnd/btn/index.vue index 1dad46e..77e4e11 100644 --- a/vue-admin-wonderful-next/src/views/limits/frontEnd/btn/index.vue +++ b/vue-admin-wonderful-next/src/views/limits/frontEnd/btn/index.vue @@ -222,9 +222,9 @@