Compare commits

...

2 Commits

Author SHA1 Message Date
628255ee52 Merge pull request 'update' (#29) from main into prod
Reviewed-on: #29
2025-09-09 10:58:12 +08:00
ping
244775a9d7 update 2025-09-09 10:52:09 +08:00

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`
} }