Compare commits

..

No commits in common. "6deaa0e895a256bbe2a325e8442609ed9cc50bad" and "3761d9fac32a62e7af34c2395da6fec39b07ce8d" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ export default function getPageTitle(pageTitle) {
return `开元云(北京)科技有限公司`
}
if (domainName.indexOf('ncmatch') > -1) {
return `NCMatch`
return `开元云(北京)科技有限公司`
}
return `opencomputing`
}

View File

@ -253,12 +253,12 @@ export default Vue.extend({
},
// ncmatch.cn
isNcmatchDomain() {
return window.location.hostname.includes('www.ncmatch.cn');
return window.location.hostname.includes('www. atch.cn');
},
//
isActiveHome() {
if (this.isNcmatchDomain) {
return this.$route.path.includes('/ncmatchHomeindex');
return this.$route.path.includes('/ncmatchHo index');
} else {
return this.$route.path.includes('/homePage/index');
}