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