@@ -121,7 +121,7 @@ export default {
},
/* 判断是否为正式站 */
isOfficialSite() {
- return window.location.host === 'teammodel.cn'
+ return window.location.host === 'www.teammodel.cn'
/* 判断是否为国际站 */
isGlobalSite() {