Commit 923f1b9d authored by 刘殿昕's avatar 刘殿昕

Merge branch 'ldx' into dev

parents 6352017d 2b062b65
...@@ -44,7 +44,7 @@ Vue.use(VueI18n) ...@@ -44,7 +44,7 @@ Vue.use(VueI18n)
const i18n = new VueI18n({ const i18n = new VueI18n({
locale: 'zh', locale: 'zh',
messages: { messages: {
'zh': require('@/i18n/language-zh') 'zh': require('@/assets/i18n/language-zh')
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment