From 6be4a1b7e71c96bd8e4d1bde8a110123d1af56a2 Mon Sep 17 00:00:00 2001
From: han2015 <1019850453@qq.com>
Date: Wed, 10 Sep 2025 13:22:21 +0800
Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E4=BD=93=EF=BC=9A=E5=8F=AF?=
=?UTF-8?q?=E5=8D=95=E7=8B=AC=E8=AE=AD=E7=BB=83=E4=B8=80=E4=B8=AA=E6=8C=87?=
=?UTF-8?q?=E5=AE=9A=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/doc/space.vue | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/views/doc/space.vue b/src/views/doc/space.vue
index 37f1b58..bda7b1a 100644
--- a/src/views/doc/space.vue
+++ b/src/views/doc/space.vue
@@ -18,6 +18,7 @@ import {
Plus,
Edit,
Setting,
+ Promotion,
} from '@element-plus/icons-vue'
import {ElMessage,UploadFile,UploadFiles,ElPagination} from "element-plus";
import aiagent from './agent.vue';
@@ -446,6 +447,8 @@ function handleAiUpload(info:matterInfo){
doAiTraining(`/agents/${currentAgent.value.uuid}/updates`,{"matter":info.uuid}).then(resp=>{
console.log(resp)
})
+ }else{
+ alert("当前路径没有智能体")
}
}
@@ -602,6 +605,7 @@ function isOwner(){
+ AI