Tcode平台改造升级-AI助手增加工具菜单
This commit is contained in:
@@ -192,6 +192,7 @@ const getQuestionHistory = async () => {
|
|||||||
// 2. 新建对话
|
// 2. 新建对话
|
||||||
const handleNewChat = () => {
|
const handleNewChat = () => {
|
||||||
emit('select-conv', null);
|
emit('select-conv', null);
|
||||||
|
emit('onNewConvo', null);
|
||||||
};
|
};
|
||||||
|
|
||||||
// 3. 选中对话
|
// 3. 选中对话
|
||||||
|
|||||||
@@ -138,8 +138,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ViewHistoryAside ref="viewHistoryRef" :CONV_ID="CONV_ID" :username="username" v-show="isHistoryVisible" @select-conv="handleSelectConv"/>
|
<!-- <ViewHistoryAside ref="viewHistoryRef" :CONV_ID="CONV_ID" :username="username" v-show="isHistoryVisible" @select-conv="handleSelectConv"/>-->
|
||||||
<!-- <ViewHistoryAsideNew ref="viewHistoryRef" :CONV_ID="CONV_ID" :username="username" v-show="isHistoryVisible" @onNewConvo="onNewConvo" @select-conv="handleSelectConv"/>-->
|
<ViewHistoryAsideNew ref="viewHistoryRef" :CONV_ID="CONV_ID" :username="username" v-show="isHistoryVisible" @onNewConvo="onNewConvo" @select-conv="handleSelectConv"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user