Feat(云灵AI):对话接口对接完成
This commit is contained in:
@@ -86,6 +86,10 @@ export const chatMixins = {
|
||||
createdCallbak() {
|
||||
console.log('页面初始话回调')
|
||||
},
|
||||
historyViewHandle() {
|
||||
console.log(this.$refs.historyView)
|
||||
this.$refs.historyView.showView()
|
||||
},
|
||||
copyContentHandle(data) {
|
||||
uni.setClipboardData({
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user