|
@ -37,6 +37,7 @@ import voiceNoActive from "../assets/img/homePage/tail/voice-no-active.png"; |
|
|
import sendBtn from "../assets/img/homePage/tail/send.png"; |
|
|
import sendBtn from "../assets/img/homePage/tail/send.png"; |
|
|
import msgBtn from "../assets/img/homePage/tail/msg.png"; |
|
|
import msgBtn from "../assets/img/homePage/tail/msg.png"; |
|
|
import feedbackBtn from "../assets/img/Feedback/feedbackBtn.png"; |
|
|
import feedbackBtn from "../assets/img/Feedback/feedbackBtn.png"; |
|
|
|
|
|
import back from "../assets/img/Feedback/back.png"; |
|
|
import AiEmotion from "./AiEmotion.vue"; |
|
|
import AiEmotion from "./AiEmotion.vue"; |
|
|
import HistoryRecord from "./components/HistoryRecord.vue"; |
|
|
import HistoryRecord from "./components/HistoryRecord.vue"; |
|
|
|
|
|
|
|
@ -941,6 +942,10 @@ const expandHistory = () => { |
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const feedbackBack = () => { |
|
|
|
|
|
dataStore.isFeedback = false; |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
const backToHome = () => { |
|
|
const backToHome = () => { |
|
|
if (isMobile.value) { |
|
|
if (isMobile.value) { |
|
|
console.log("用户是移动端"); |
|
|
console.log("用户是移动端"); |
|
@ -1463,10 +1468,15 @@ onUnmounted(() => { |
|
|
> |
|
|
> |
|
|
<el-header class="homepage-head"> |
|
|
<el-header class="homepage-head"> |
|
|
<!-- logo --> |
|
|
<!-- logo --> |
|
|
<!-- <div class="homepage-logo"> |
|
|
|
|
|
<img :src="logo" alt="图片加载失败" class="logo1" /> |
|
|
|
|
|
<img :src="madeInHL" alt="图片加载失败" class="logo2" /> |
|
|
|
|
|
</div> --> |
|
|
|
|
|
|
|
|
<div class="homepage-logo"> |
|
|
|
|
|
<img |
|
|
|
|
|
:src="back" |
|
|
|
|
|
alt="返回按钮" |
|
|
|
|
|
class="backToHomeImg" |
|
|
|
|
|
@click="feedbackBack" |
|
|
|
|
|
/> |
|
|
|
|
|
<!-- <img :src="madeInHL" alt="图片加载失败" class="logo2" /> --> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="homepage-right-group"> |
|
|
<div class="homepage-right-group"> |
|
|
<div class="count-badge" @click="showCount"> |
|
|
<div class="count-badge" @click="showCount"> |
|
@ -1769,6 +1779,12 @@ onUnmounted(() => { |
|
|
padding: 0 6%; |
|
|
padding: 0 6%; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.backToHomeImg { |
|
|
|
|
|
width: 40px; |
|
|
|
|
|
height: 40px; |
|
|
|
|
|
margin-left: 10px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
@media (max-width: 768px) { |
|
|
.tab-container { |
|
|
.tab-container { |
|
|
gap: 15px; |
|
|
gap: 15px; |
|
@ -1933,7 +1949,6 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.count-badge { |
|
|
.count-badge { |
|
|
|
|
|
|
|
|
position: relative; |
|
|
position: relative; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
@ -2647,7 +2662,6 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media (max-width: 768px) { |
|
|
@media (max-width: 768px) { |
|
|
|
|
|
|
|
|
.logo1 { |
|
|
.logo1 { |
|
|
max-width: 110px; |
|
|
max-width: 110px; |
|
|
width: 25vw; |
|
|
width: 25vw; |
|
|