小助理
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user