This commit is contained in:
ping 2025-09-09 10:52:09 +08:00
parent c0671fb7e6
commit 244775a9d7

View File

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