Browse Source

no message

linwenxin 4 months ago
parent
commit
3ed50bab3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/head.vue

+ 1 - 1
src/components/head.vue

@@ -19,7 +19,7 @@
             ? userInfo.companyName
             : userInfo.type == 2
             ? '平台管理员'
-            : userInfo.adminWebsits?.[0]?.map(item => item.name)?.join(',') || ''
+            : userInfo.adminWebsits[0].map(item => item.name).join(',') || ''
         }}
       </div>
       <div class="asright">{{ timeStr }}</div>