From e7649cb79d9d56ee496b2f1aa2ff87ba05714804 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 6 Aug 2024 16:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/baiduAI/AppDialogue/AppDialogue.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/project/baiduAI/AppDialogue/AppDialogue.vue b/src/project/baiduAI/AppDialogue/AppDialogue.vue index 8ff3bc4..b118eca 100644 --- a/src/project/baiduAI/AppDialogue/AppDialogue.vue +++ b/src/project/baiduAI/AppDialogue/AppDialogue.vue @@ -356,6 +356,11 @@ export default { this.typeList = res.data.records this.aiConfigId = this.typeList[0].dictValue this.aiConfigName = this.typeList[0].dictName + if(this.typeList[0].ability == 1) { + this.getLocation() + }else { + this.latLng = '' + } // this.getHistoryList() } })