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