Browse Source

homePage页面的下面tab深度九图标修改。

milestone-20250924-接入大财神工作流
宋杰 1 week ago
parent
commit
47067fdb2b
  1. 2
      src/views/homePage.vue

2
src/views/homePage.vue

@ -1464,7 +1464,7 @@ onUnmounted(() => {
<img :src="activeTab === 'AiEmotion' ? emotionButton01 : emotionButton02
" @click="setActiveTab('AiEmotion', 1)" class="action-btn model-btn" alt="AI情绪大模型" />
<!-- 深度九大模型按钮 -->
<img :src="activeTab === 'deepNine' ? emotionButton01 : emotionButton02
<img :src="activeTab === 'deepNine' ? 'https://d31zlh4on95l9h.cloudfront.net/images/07349ebc846a6772b1ab8a47b54635ff.png' : 'https://d31zlh4on95l9h.cloudfront.net/images/29f0ad8e4e47f58952cc4a957ce9db10.png'
" @click="setActiveTab('deepNine', 2)" class="action-btn model-btn" alt="深度九大模型" />
</template>

Loading…
Cancel
Save