From 6ca51a364f0793ca52c5fa6381f4ee0664f8dc0d Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期二, 06 八月 2024 19:12:12 +0800 Subject: [PATCH] 智能体配置页面修改 --- src/views/dmx/IntelligentAgent/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/dmx/IntelligentAgent/index.vue b/src/views/dmx/IntelligentAgent/index.vue index 295dbd1..4357e17 100644 --- a/src/views/dmx/IntelligentAgent/index.vue +++ b/src/views/dmx/IntelligentAgent/index.vue @@ -60,7 +60,7 @@ <img :style="{ width: '100%' }" alt="dessert" - src="https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/a20012a2d4d5b9db43dfc6a01fe508c0.png~tplv-uwbnlip3yd-webp.webp" + :src="item.icon || 'https://p1-arco.byteimg.com/tos-cn-i-uwbnlip3yd/a20012a2d4d5b9db43dfc6a01fe508c0.png~tplv-uwbnlip3yd-webp.webp'" /> </a-avatar> <a-switch -- Gitblit v1.8.0