Source/plt-web/plt-web-ui/src/store/modules/user.js
@@ -71,7 +71,7 @@
            commit('CLEAR_LOCK');
            getUserInfo().then((res) => {
              const data = res.data.data;
              const data = res.data;
              commit('SET_USER_INFO', data.obj);
            }).catch(err => {
              console.log(err)