chore:代码合并,整理功能

This commit is contained in:
2026-02-02 18:04:59 +08:00
parent 15361211b1
commit 54c39259a7
8 changed files with 469 additions and 392 deletions

View File

@@ -7,7 +7,7 @@ export default {
computed: {
// 是否是英文环境
isEnEnv() {
return uni.getStorageSync('lang') === 'en-us';
return this.$langConfig.getCurrentLocale() === 'en-us';
},
themeStyle() {
return this.$store.state.themeStyle;