From 527efb36f35b471710e445972673abff45bacdac Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 12 九月 2025 17:36:09 +0800
Subject: [PATCH] 401跳转登录
---
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