diff --git a/public/index.html b/public/index.html
index c17491a57..956a01818 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,7 +14,7 @@
-
+
diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue
index f7714e1cf..08cd9c9fd 100644
--- a/src/layout/components/Sidebar/SidebarItem.vue
+++ b/src/layout/components/Sidebar/SidebarItem.vue
@@ -38,27 +38,27 @@
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index d2c0b8de4..7441341a4 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -19,18 +19,18 @@ import { mapGetters } from 'vuex';
import SidebarItem from './SidebarItem';
export default {
- components: { SidebarItem },
- computed: {
- ...mapGetters([
- 'sidebar',
- 'routers'
- ]),
- routes() {
- return this.$router.options.routes;
- },
- isCollapse() {
- return !this.sidebar.opened;
- }
- }
+ components: { SidebarItem },
+ computed: {
+ ...mapGetters([
+ 'sidebar',
+ 'routers'
+ ]),
+ routes() {
+ return this.$router.options.routes;
+ },
+ isCollapse() {
+ return !this.sidebar.opened;
+ }
+ }
};
diff --git a/src/views/display/index.vue b/src/views/display/index.vue
index ddfacfb3a..d44e25291 100644
--- a/src/views/display/index.vue
+++ b/src/views/display/index.vue
@@ -234,7 +234,6 @@ export default {
await this.setWindowSize();
await this.initLoadData();
- console.log(history);
},
async beforeDestroy() {
await this.clearAllTimer();