This commit is contained in:
weipengfei 2023-07-24 09:17:00 +08:00
parent 3c3afd7110
commit 56cb6e265b

View File

@ -114,7 +114,7 @@
return this.$store.state.config.eyeType;
},
oaUserInfo(){
return this.$store.state.app.userInfo||{avatar:''};
return this.$store.state.app.userInfo||{avatar:'',admin:{company:{company_name:''}}};
}
},
methods: {