Przeglądaj źródła

默认语言修改

liu 3 lat temu
rodzic
commit
6ad6014eb8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/store/modules/user.js

+ 1 - 1
src/store/modules/user.js

@@ -17,7 +17,7 @@ const state = {
   userInfo: null, //用户基本信息
   userInfo: null, //用户基本信息
   deptId: 101, //全局deptId home页面未登录状态使用
   deptId: 101, //全局deptId home页面未登录状态使用
   distributionId:null,//分销人ID
   distributionId:null,//分销人ID
-  language:'zh',//语言
+  language:'ja',//语言
 }
 }
 
 
 const mutations = {
 const mutations = {