Commit d9e2351d by zhuzhequan

头像不显示问题修复

parent 84d28c67
......@@ -60,8 +60,9 @@ export default {
},
computed: {
avatar() {
if (this.user && this.user.avatar) {
if (this.user && this.user.avatar && this.company.domain) {
console.log(this.user, 9);
console.log(this.company,8);
let host = this.company.domain;
if (host.includes("console")) {
host = host.replace(".jomalls.com", ".joshine.cn");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment