Browse Source

默认语言修改

liu 3 years ago
parent
commit
6ad6014eb8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/modules/user.js

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

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