chenlu
2024-03-13 62d811c7755970d13ee29345b77353bc6a1b569f
north-glass-erp/northglass-erp/src/lang/index.js
@@ -9,7 +9,7 @@
}
const i18n = createI18n({
    locale: localStorage.getItem('lang') || 'en', // 设置当前语言类型
    locale: localStorage.getItem('lang') || 'zh', // 设置当前语言类型
    legacy: false, // 如果要支持compositionAPI,此项必须设置为false;
    globalInjection: true, // 全局注册$t方法
    messages