Feat(云灵AI):对话接口对接完成
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user