Compare commits

..

No commits in common. "628255ee527bb4853dd431a50c4cea41429c1e90" and "e37c6898df23f0a606cea7f1f6648028e2d42295" have entirely different histories.

View File

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