From d77eee1668b51e0481d5ff2a4bfb42f806e0ef1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Fri, 27 Feb 2026 18:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9F=AD=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/url-value.ts | 10 ++- .../common/url-value/link-plugins-video.vue | 64 +++++++++---------- .../common/url-value/url-value-dialog.vue | 4 ++ .../model-plugins-video-list/index.vue | 6 +- .../model-plugins-video-list-content.vue | 14 ++-- .../model-plugins-video-tabs-content.vue | 16 ++--- 6 files changed, 63 insertions(+), 51 deletions(-) diff --git a/src/api/url-value.ts b/src/api/url-value.ts index 0698c0e2..5e58ee82 100644 --- a/src/api/url-value.ts +++ b/src/api/url-value.ts @@ -107,7 +107,15 @@ class UrlValueAPI { method: 'post', data, }); - } + } + /** 博客指定数据 */ + static getPluginVideoList(data: any) { + return api_request({ + url: `plugins/index/pluginsname/video/pluginscontrol/diyvideo/pluginsaction/index`, + method: 'post', + data, + }); + } } export default UrlValueAPI; diff --git a/src/components/common/url-value/link-plugins-video.vue b/src/components/common/url-value/link-plugins-video.vue index d143e630..850be28b 100644 --- a/src/components/common/url-value/link-plugins-video.vue +++ b/src/components/common/url-value/link-plugins-video.vue @@ -2,23 +2,20 @@