From 620f2baf3d741b90d5d6510da80e65eba8514b3b Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 23 Aug 2024 09:47:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=8A=A9=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/biaopin/AppDialogue/Talk.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/project/biaopin/AppDialogue/Talk.vue b/src/project/biaopin/AppDialogue/Talk.vue index 1aafc8b0..9f290e4e 100644 --- a/src/project/biaopin/AppDialogue/Talk.vue +++ b/src/project/biaopin/AppDialogue/Talk.vue @@ -203,7 +203,13 @@ export default { if(this.content === '') return // this.$loading() this.showLoad = true - this.$http.post("/app/appaicopilotinfo/add", {content: this.content, appType: 0, areaId: this.areaId, aiConfigId: this.aiConfigId, supplementContent: this.latLng}).then(res => { + this.$http.post("/app/appaicopilotinfo/add", { + content: this.content, + appType: 0, + areaId: this.areaId, + aiConfigId: this.aiConfigId, + supplementContent: this.latLng + }).then(res => { if(res.code == 0) { this.content = '' this.messageList.push(res.data[0]) @@ -225,7 +231,13 @@ export default { } // this.$loading() this.showLoad = true - this.$http.post("/app/appaicopilotinfo/add", {sdkFileUrl: this.voiceUrl, fileId: this.voiceId, appType: 0, aiConfigId: this.aiConfigId}).then(res => { + this.$http.post("/app/appaicopilotinfo/add", { + sdkFileUrl: this.voiceUrl, + fileId: this.voiceId, + appType: 0, + aiConfigId: this.aiConfigId, + supplementContent: this.latLng + }).then(res => { if(res.code == 0) { this.voiceUrl = '' this.voiceId = ''