Commit 634d4ec9 by yuzhenWang

修改默认logo

parent 192c5355
......@@ -56,7 +56,7 @@
// 敏感词列表(可扩展)
bannedWords: ["admin", "test", "root", "password"],
companyType : companyInfo.companyType,
companyLogo : '../../static/myteam/logo.png',
companyLogo : '../../static/logo2.png',
dataForm: {
loginId: "1",
targetType: "5",
......@@ -95,7 +95,7 @@
if(this.companyType == '1'){
this.companyLogo='../../static/myteam/Group1633.png';
}else if(this.companyType == '2'){
this.companyLogo='../../static/myteam/logo.png';
this.companyLogo='../../static/logo2.png';
}
this.optionForm = JSON.parse(options.customerBasicInfo)
},
......
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