k94314517
2024-07-30 d37bf55e27b7edb61037bccde6cabeda1ddec6b7
company/src/components/common/CommonHeader.vue
@@ -101,6 +101,11 @@
      if (userInfo == null) {
        return ''
      }
      if (userInfo.type === 1 && userInfo.company != null && userInfo.company.name.trim().length > 0) {
        if (userInfo.company.username === userInfo.username){
          return userInfo.company.name
        }
      }
      if (userInfo.realname != null && userInfo.realname.trim().length > 0) {
        return userInfo.realname
      }