updata:删除多余的isEnglish方法

This commit is contained in:
rainv123
2025-09-19 11:15:11 +08:00
parent 7f6ce89e39
commit 4e958ce57c
2 changed files with 2 additions and 9 deletions
@@ -73,10 +73,6 @@ export default {
} else {
return this.device.lastConnectedAt;
}
},
// 判断是否为英文
isEnglish() {
return i18n.locale === 'en';
}
},
methods: {