|
@@ -13,7 +13,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="d-flex user-nav">
|
|
<div class="d-flex user-nav">
|
|
- <div class="d-flex align-center cursor-pointer">
|
|
|
|
|
|
+ <div class="d-flex align-center cursor-pointer" @click="handleEnterpriseClick">
|
|
<v-img rounded width="40" height="40" src="https://minio.citupro.com/dev/menduner/7.png" ></v-img>
|
|
<v-img rounded width="40" height="40" src="https://minio.citupro.com/dev/menduner/7.png" ></v-img>
|
|
<span class="ml-3">广州辞图科技有限公司</span>
|
|
<span class="ml-3">广州辞图科技有限公司</span>
|
|
</div>
|
|
</div>
|
|
@@ -95,7 +95,7 @@ const userStore = useUserStore()
|
|
|
|
|
|
import { useRouter } from 'vue-router'
|
|
import { useRouter } from 'vue-router'
|
|
const router = useRouter()
|
|
const router = useRouter()
|
|
-const handleLogoClick = () => { router.push({ path: '/enterprise/home'}) }
|
|
|
|
|
|
+const handleLogoClick = () => { router.push({ path: '/enterprise'}) }
|
|
|
|
|
|
// const changeRole = () => {
|
|
// const changeRole = () => {
|
|
// router.push({ path: '/' })
|
|
// router.push({ path: '/' })
|
|
@@ -104,6 +104,9 @@ const handleLogoClick = () => { router.push({ path: '/enterprise/home'}) }
|
|
const handleToPersonalCenter = () => {
|
|
const handleToPersonalCenter = () => {
|
|
// router.push({ path: '/personalCenter' })
|
|
// router.push({ path: '/personalCenter' })
|
|
}
|
|
}
|
|
|
|
+const handleEnterpriseClick = () => {
|
|
|
|
+ router.push({ path: '/enterprise/enterpriseCenter' })
|
|
|
|
+}
|
|
|
|
|
|
// 退出登录
|
|
// 退出登录
|
|
const handleLogout = async () => {
|
|
const handleLogout = async () => {
|