From 17e6db28d1f0313663c967c588905ad0a3b32a0c Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 9 Jan 2024 14:12:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E5=8A=A9=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppResidentAssistant.vue | 4 +- .../biaopin/AppVillageHead/AppVillageHead.vue | 373 ------------------ 2 files changed, 2 insertions(+), 375 deletions(-) delete mode 100644 src/project/biaopin/AppVillageHead/AppVillageHead.vue diff --git a/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue b/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue index e4ecfb9..9b00673 100644 --- a/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue +++ b/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue @@ -169,7 +169,7 @@ export default { }, sendMsg() { this.$loading() - this.$instance.post("/app/appaigccopilotinfo/add", {content: this.content}).then(res => { + this.$instance.post("/app/appaigccopilotinfo/add", {content: this.content, appType: 0}).then(res => { if(res.code == 0) { this.content = '' this.messageList.push(res.data[0]) @@ -186,7 +186,7 @@ export default { }, sendVoice() { this.$loading() - this.$instance.post("/app/appaigccopilotinfo/add", {sdkFileUrl: this.voiceUrl, fileId: this.voiceId}).then(res => { + this.$instance.post("/app/appaigccopilotinfo/add", {sdkFileUrl: this.voiceUrl, fileId: this.voiceId, appType: 0}).then(res => { if(res.code == 0) { this.voiceUrl = '' this.voiceId = '' diff --git a/src/project/biaopin/AppVillageHead/AppVillageHead.vue b/src/project/biaopin/AppVillageHead/AppVillageHead.vue deleted file mode 100644 index ea715b2..0000000 --- a/src/project/biaopin/AppVillageHead/AppVillageHead.vue +++ /dev/null @@ -1,373 +0,0 @@ - - - - -