From 57e8d9ac213031df6253da05caec401a95275e5a Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Tue, 1 Oct 2024 16:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20Resources=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/components/Console/Resources.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tonecn/src/components/Console/Resources.vue b/tonecn/src/components/Console/Resources.vue index dad38a7..1ae622f 100644 --- a/tonecn/src/components/Console/Resources.vue +++ b/tonecn/src/components/Console/Resources.vue @@ -40,6 +40,7 @@ const editForm: ResourceData = reactive({ addition: '', src: '', }) +const openEditFormSrc = () => { window.open(editForm.src); } const editHandle = (data: ResourceData) => { editForm.id = data.id; editForm.type = data.type; @@ -111,12 +112,12 @@ const delHandle = async (data: { id: string, [key: string]: any }) => { - + - + @@ -162,9 +163,12 @@ const delHandle = async (data: { id: string, [key: string]: any }) => { + 链接无效 + 前往链接