huxinglu 4 роки тому
джерело
коміт
6febb66753
1 змінених файлів з 3 додано та 1 видалено
  1. +3
    -1
      src/views/index/index.vue

+ 3
- 1
src/views/index/index.vue Переглянути файл

@@ -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

Завантаження…
Відмінити
Зберегти