diff --git a/src/layout/navbar/index.vue b/src/layout/navbar/index.vue
index ab56862..3900296 100644
--- a/src/layout/navbar/index.vue
+++ b/src/layout/navbar/index.vue
@@ -6,8 +6,12 @@
-
-
欢迎回来,{{ userInfo.nickName }}
+
{{ userInfo.nickName }}
+
{{ userInfo.nickName }}
+
+
+
+
@@ -21,7 +25,7 @@
{{ item.jobActivityDesc }}
- {{ item.companyName }}/{{ item.departmentName }}
+ {{ item.companyName }}/{{ item.departmentName }}
@@ -90,8 +94,6 @@ const handleVisitedP = () => {
visitedP.value = !visitedP.value
})
})
-
-
}
const accountChange = (userId) => {
@@ -123,6 +125,14 @@ const handleLogout = () => {