liu 3 жил өмнө
parent
commit
6ad6014eb8

+ 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 = {