From d7cd5b11ce1e587763f1ab061fc36d4d49b43c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Wed, 30 Jul 2025 16:17:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AA=92=E4=BD=93=E5=BA=93-=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=B6=82=E9=B8=A6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/system/mediaLibrary/index.vue | 4 +- .../demo/system/mediaLibrary/path/index.vue | 10 +- .../mediaLibrary/path/pathImageInfo.vue | 144 ++++++++++-------- .../mediaLibrary/preview/previewImage.vue | 142 +++++++++-------- 4 files changed, 162 insertions(+), 138 deletions(-) diff --git a/src/views/demo/system/mediaLibrary/index.vue b/src/views/demo/system/mediaLibrary/index.vue index c3dc676..92ed6d4 100644 --- a/src/views/demo/system/mediaLibrary/index.vue +++ b/src/views/demo/system/mediaLibrary/index.vue @@ -281,6 +281,7 @@ :maskClosable="false" > { - pathDivShow.value ? openPathModal(value) : showPathDiv(value); + pathDivShow.value ? showPathDiv(value) : openPathModal(value); // openPathModal(value); reload(); }, 500); diff --git a/src/views/demo/system/mediaLibrary/path/index.vue b/src/views/demo/system/mediaLibrary/path/index.vue index 9f645d4..a9f7aba 100644 --- a/src/views/demo/system/mediaLibrary/path/index.vue +++ b/src/views/demo/system/mediaLibrary/path/index.vue @@ -1,5 +1,10 @@