Commit bfe9cf92 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

Beta

See merge request !90
parents 8b3e957a bb5d767a
......@@ -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