This commit is contained in:
2025-12-13 18:44:28 +08:00
parent a9b2c729e3
commit 5667bab5c9
11 changed files with 314 additions and 24 deletions

View File

@@ -1,9 +1,28 @@
<template>
<div class="agent">
<!-- 智能体管理视图 -->
</div>
<AdminLayout
:title="智能体管理"
:info="配置和管理AI智能客服"
>
<template default>
<div class="agent">
<!-- 智能体管理视图 -->
<div>
<!-- head部分 -->
</div>
<div>
<!-- 表单部分 -->
</div>
<div>
<!-- 按钮部分 -->
</div>
</div>
</template>
</AdminLayout>
</template>
<script setup lang="ts">
import AdminLayout from '@/views/admin/AdminLayout.vue';
</script>
<style lang="scss" scoped>