Browse Source

数据大屏

master
huxinglu 4 years ago
parent
commit
6febb66753
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/views/index/index.vue

+ 3
- 1
src/views/index/index.vue View File

@@ -165,7 +165,6 @@
}
},
created() {
document.documentElement.style.fontSize = '16px';
this.browser = this.isIE()
this.height = document.body.clientHeight - 120
this.pageSize = parseInt((document.body.clientHeight - 344) / 50)
@@ -182,6 +181,9 @@
})()
}
},
mounted(){
document.documentElement.style.fontSize = '16px';
},
computed: {
getBreadcrumb() {
return this.$store.state.user.breadcrumb

Loading…
Cancel
Save