huxinglu 4 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить