Sfoglia il codice sorgente

数据大屏

master
huxinglu 4 anni fa
parent
commit
6febb66753
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      src/views/index/index.vue

+ 3
- 1
src/views/index/index.vue Vedi 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…
Annulla
Salva