保安监管系统-验收版本
liuyg
2021-11-25 5f540b6d58f73bf8533328cf0e90ab395d84d025
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory_ys
1 files modified
2 ■■■ changed files
src/store/modules/user.js 2 ●●● patch | view | raw | blame | history
src/store/modules/user.js
@@ -239,7 +239,7 @@
    },
    SET_USER_INFO: (state, userInfo) => {
      if (validatenull(userInfo.avatar)) {
        userInfo.avatar = "/img/bg/img-logo.png";
        userInfo.avatar = "http://47.49.36.190:9000/zhba/upload/picture/mrtx.png";
      }
      state.userInfo = userInfo;
      setStore({ name: 'userInfo', content: state.userInfo })