Feat(云灵AI):对话接口对接完成

This commit is contained in:
lifizer
2025-04-06 00:05:03 +08:00
parent 30f550ca92
commit 50ff88e7df
9 changed files with 505 additions and 55 deletions
+2 -7
View File
@@ -209,7 +209,7 @@
@history="historyViewHandle"
/>
<AiHistoryList
ref="history"
ref="historyView"
:status-bar-height="statusBarHeight"
/>
</view>
@@ -233,9 +233,7 @@ export default {
data() {
return {
settingInfo: {},
topicList: [],
historyList: [],
moreList: []
topicList: []
}
},
methods: {
@@ -264,9 +262,6 @@ export default {
this.loading = false
this.getConfigLoading = false
this.chatMessageList = []
},
historyViewHandle() {
this.$refs.history.showView()
}
}
}