fix: 公共静态变量阻塞获取不到问题修复
Signed-off-by: fit2-zhao <yong.zhao@fit2cloud.com>
(cherry picked from commit b9df006022
)
This commit is contained in:
parent
9188df0e85
commit
949e00e76c
|
@ -34,7 +34,7 @@ export const getLanguage = async () => {
|
|||
};
|
||||
|
||||
const i18n = new VueI18n({
|
||||
locale: await getLanguage(),
|
||||
locale: getLanguage(),
|
||||
messages,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue