|
|
@ -10,8 +10,8 @@ Vue.use(VueI18n) |
|
|
|
|
|
|
|
// 获取系统语言
|
|
|
|
const systemInfo = uni.getSystemInfoSync(); |
|
|
|
const systemLang = 'en'; |
|
|
|
// const systemLang = systemInfo.language || 'en';
|
|
|
|
// const systemLang = 'en';
|
|
|
|
const systemLang = systemInfo.language || 'en'; |
|
|
|
|
|
|
|
console.log(systemInfo.language, systemLang); |
|
|
|
|
|
|
|