diff --git a/PC/InterFace.Dash/src/layout/components/Sidebar/index.vue b/PC/InterFace.Dash/src/layout/components/Sidebar/index.vue index 20140e0..e33aa38 100644 --- a/PC/InterFace.Dash/src/layout/components/Sidebar/index.vue +++ b/PC/InterFace.Dash/src/layout/components/Sidebar/index.vue @@ -49,9 +49,6 @@ export default { isCollapse() { return !this.sidebar.opened } - }, - mounted(){ - console.log(54,this.permission_routes) } } diff --git a/PC/InterFace.Dash/src/permission.js b/PC/InterFace.Dash/src/permission.js index 57ff2dc..33c5468 100644 --- a/PC/InterFace.Dash/src/permission.js +++ b/PC/InterFace.Dash/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/PC/InterFace.Dash/src/router/index.js b/PC/InterFace.Dash/src/router/index.js index 0a35e17..04dc6d3 100644 --- a/PC/InterFace.Dash/src/router/index.js +++ b/PC/InterFace.Dash/src/router/index.js @@ -98,7 +98,6 @@ export let constantRoutes = [ }] }, ] -console.log(11111) /** * asyncRoutes diff --git a/PC/InterFace.Dash/src/views/dashboard/index copy.vue b/PC/InterFace.Dash/src/views/dashboard/index copy.vue new file mode 100644 index 0000000..cf7251a --- /dev/null +++ b/PC/InterFace.Dash/src/views/dashboard/index copy.vue @@ -0,0 +1,222 @@ + + + + \ No newline at end of file diff --git a/PC/InterFace.Dash/src/views/dashboard/index.vue b/PC/InterFace.Dash/src/views/dashboard/index.vue index 7e08962..a099f66 100644 --- a/PC/InterFace.Dash/src/views/dashboard/index.vue +++ b/PC/InterFace.Dash/src/views/dashboard/index.vue @@ -1,221 +1,60 @@ +
+ +
+ - - \ No newline at end of file +} + + \ No newline at end of file