tangning 1 year ago
parent
commit
39d89bbfdf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/i18n/index.js

+ 1 - 1
src/i18n/index.js

@@ -10,7 +10,7 @@ const messages = {
   kr: { ...KR  },
 };
 let current = (localStorage && localStorage.getItem('language'))
-console.log('current', )
+console.log('current', current )
 if (!current) {
   current = window.navigator.language || window.navigator.userLanguage || null
     if (current && !/^zh/.test(current)) {