小助理

This commit is contained in:
liuye
2024-08-23 09:06:11 +08:00
parent 5d5a18d617
commit 21c6643622
3 changed files with 7 additions and 4 deletions

View File

@@ -200,6 +200,7 @@ export default {
if(!this.user.token) {
return this.$u.toast("请先进行登录")
}
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 => {