修改语言

This commit is contained in:
ival 2019-08-12 14:10:46 +08:00
parent 0289ddf5d1
commit be91b4f1c6

View File

@ -27,7 +27,7 @@ Vue.use(VueI18n);
Vue.config.productionTip = false;
export const i18n = new VueI18n({
locale: LangStorage.getLang('en'),
locale: LangStorage.getLang('zh'),
messages
});