完善并调试智能体接口配置

This commit is contained in:
Ran_Chen
2025-04-02 10:16:12 +08:00
parent 90aafe1b5f
commit 444e3192a2
4 changed files with 42 additions and 41 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
import('@/apis/module/user').then(({ default: userApi }) => {
import('@/apis/module/agent').then(({ default: userApi }) => {
userApi.deleteAgent(agentId, (res) => {
if (res.data.code === 0) {
this.$message.success('删除成功');