Commit a8c83c6a authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

Merge branch 'master' of https://gitlab.gsstcloud.com/poc/poc-fe into shirlyn

parents 5372ad96 bfe9cf92
......@@ -89,6 +89,8 @@ function handleUpdateContinueQuestionStatus(status: 'default' | 'close') {
}
function handleTurnMultiModelDialogue() {
if (!personalAppConfigStore.baseInfo.agentId) return
router.push({
name: 'MultiModelDialogue',
params: {
......@@ -113,8 +115,11 @@ function handleOpenMemoryPreviewModal(MemoryTabName: string) {
<div class="flex items-center">
<div
v-show="personalAppConfigStore.baseInfo.agentId"
class="text-font-color hover:text-theme-color cursor-pointer"
:class="
personalAppConfigStore.baseInfo.agentId
? 'text-font-color hover:text-theme-color cursor-pointer'
: 'text-gray-font-color cursor-not-allowed'
"
@click="handleTurnMultiModelDialogue"
>
<i class="iconfont icon-moxing mr-1 text-sm" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment