Commit 967a9c99 by yuzhenWang

Merge branch 'feature-20250616wyz-页面翻新' into 'dev'

修改默认logo

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