Explorar o código

先不转换控件

Lijy %!s(int64=2) %!d(string=hai) anos
pai
achega
b23071fa2e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/i18n/index.js

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/i18n/index.js

@@ -16,5 +16,6 @@ const i18n = new VueI18n({
   locale: localStorage.lang || 'zh',
   messages,
 });
-locale.i18n((key, value) => i18n.t(key, value))
+// locale.i18n((key, value) => i18n.t(key, value))
+i18n: (key, value) => i18n.t(key, value)
 export default i18n;