Browse Source

提交相关代码

Lijy 10 tháng trước cách đây
mục cha
commit
91b955a34a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      fhKeeper/formulahousekeeper/timesheet/src/http.js

+ 4 - 0
fhKeeper/formulahousekeeper/timesheet/src/http.js

@@ -59,6 +59,8 @@ export default {
         }
         if(localStorage.getItem('lang') == 'en') {
             data.lang = 'english'
+        } else {
+            data.lang = 'zh'
         }
         axios({
             method: 'post',
@@ -109,6 +111,8 @@ export default {
         }
         if(localStorage.getItem('lang') == 'en') {
             data.lang = 'english'
+        } else {
+            data.lang = 'zh'
         }
         axios({
             method: 'post',