diff --git a/ai-service-admin/src/App.vue b/ai-service-admin/src/App.vue index 749046b..c2f605f 100644 --- a/ai-service-admin/src/App.vue +++ b/ai-service-admin/src/App.vue @@ -54,6 +54,10 @@ 输出护栏 + + + 元数据配置 +
@@ -86,7 +90,7 @@ import { ref, onMounted } from 'vue' import { useRoute } from 'vue-router' import { useTenantStore } from '@/stores/tenant' import { getTenantList, type Tenant } from '@/api/tenant' -import { Odometer, FolderOpened, Cpu, Monitor, Connection, ChatDotSquare, Document, Aim, Share, Warning } from '@element-plus/icons-vue' +import { Odometer, FolderOpened, Cpu, Monitor, Connection, ChatDotSquare, Document, Aim, Share, Warning, Setting } from '@element-plus/icons-vue' import { ElMessage } from 'element-plus' const route = useRoute()