|
@@ -22,7 +22,7 @@ const messages = {
|
|
}
|
|
}
|
|
|
|
|
|
const i18n = new VueI18n({
|
|
const i18n = new VueI18n({
|
|
- locale: localStorage.getItem('lang') || 'zh', // 优先读取缓存:ml-citation{ref="8" data="citationList"}
|
|
|
|
|
|
+ locale: localStorage.getItem('lang') || 'en', // 优先读取缓存:ml-citation{ref="8" data="citationList"}
|
|
messages
|
|
messages
|
|
})
|
|
})
|
|
|
|
|