From dae39dea7e2874ebe2f17438949255ce8331ecef Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 19:30:45 +0800
Subject: [PATCH] 修改权限

---
 laboratory/src/components/AddComponentDialog/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/laboratory/src/components/AddComponentDialog/index.vue b/laboratory/src/components/AddComponentDialog/index.vue
index 87bdf5f..2ac3f79 100644
--- a/laboratory/src/components/AddComponentDialog/index.vue
+++ b/laboratory/src/components/AddComponentDialog/index.vue
@@ -68,7 +68,7 @@
           type: 'imageUpload',
           title: '图片上传',
           icon: require('@/assets/public/modalImg4.png'),
-          description: '富文本组件可以支持文本格式化(如字体、颜色、大小等)、图片插入、链接添加等多种功能。'
+          description: '支持上传.png\.jpg文件,上传之后可点击放大预览。'
         }
       ]
     }
@@ -78,7 +78,7 @@
       this.selectedType = item.type
     },
     handleClose() {
-      this.$emit('update:visible', false)
+      this.$emit('close', false)
       this.selectedType = ''
     },
     handleConfirm() {

--
Gitblit v1.7.1