Commit 2b062b65 authored by 刘殿昕's avatar 刘殿昕

i18n目录放在静态文件里

parent 17d1ccd4
......@@ -44,7 +44,7 @@ Vue.use(VueI18n)
const i18n = new VueI18n({
locale: 'zh',
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