|
@@ -449,6 +449,9 @@ export default {
|
|
|
localStorage.setItem("edition", this.edition);
|
|
|
this.hasAnalysisAuth = this.getAnalysisAuth();
|
|
|
}
|
|
|
+ let bodyElement = document.body;
|
|
|
+ console.log(bodyElement.style, 'body')
|
|
|
+ bodyElement.style.fontFamily=localStorage.local ==='zh-tw' ? '微软雅黑':'Hm'
|
|
|
},
|
|
|
getAnalysisAuth() {
|
|
|
const proInfo = this.$store.state.user?.schoolProfile?.svcStatus || null;
|