From cf3fa38083e3c3aebf150ce6de20557d3cb1fbe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 20 Jul 2023 09:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=91=E7=8A=B6=E5=BD=A2?= =?UTF-8?q?=E5=BC=8F=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/Fe/src/permission.js | 1 - Code/Fe/src/router/index.js | 1 - Code/Fe/src/views/dashboard/index copy.vue | 221 +++++++++++++++++ Code/Fe/src/views/dashboard/index.vue | 267 ++++----------------- 4 files changed, 274 insertions(+), 216 deletions(-) create mode 100644 Code/Fe/src/views/dashboard/index copy.vue diff --git a/Code/Fe/src/permission.js b/Code/Fe/src/permission.js index 57ff2dc..33c5468 100644 --- a/Code/Fe/src/permission.js +++ b/Code/Fe/src/permission.js @@ -48,7 +48,6 @@ router.beforeEach(async (to, from, next) => { next() }else{ const accessRoutes = await store.dispatch('permission/getApiColumnsNames') - console.log(accessRoutes) router.addRoutes(accessRoutes) next({ ...to, diff --git a/Code/Fe/src/router/index.js b/Code/Fe/src/router/index.js index 0a35e17..04dc6d3 100644 --- a/Code/Fe/src/router/index.js +++ b/Code/Fe/src/router/index.js @@ -98,7 +98,6 @@ export let constantRoutes = [ }] }, ] -console.log(11111) /** * asyncRoutes diff --git a/Code/Fe/src/views/dashboard/index copy.vue b/Code/Fe/src/views/dashboard/index copy.vue new file mode 100644 index 0000000..dab6cc1 --- /dev/null +++ b/Code/Fe/src/views/dashboard/index copy.vue @@ -0,0 +1,221 @@ + + + + \ No newline at end of file diff --git a/Code/Fe/src/views/dashboard/index.vue b/Code/Fe/src/views/dashboard/index.vue index dab6cc1..a099f66 100644 --- a/Code/Fe/src/views/dashboard/index.vue +++ b/Code/Fe/src/views/dashboard/index.vue @@ -1,221 +1,60 @@ +
+ +
+ - - \ No newline at end of file +} + + \ No newline at end of file