From 956b883e427bd484cc5d6d28d5d875f7b213c5bc Mon Sep 17 00:00:00 2001 From: Jason <5340635+wen-jason@user.noreply.gitee.com> Date: Fri, 16 Sep 2022 11:18:09 +0800 Subject: [PATCH] =?UTF-8?q?h5=E6=B8=A0=E9=81=93=E5=8E=BB=E9=99=A4=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/channel/h5.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/admin/src/views/channel/h5.vue b/admin/src/views/channel/h5.vue index efbdfe47..5c75fc3d 100644 --- a/admin/src/views/channel/h5.vue +++ b/admin/src/views/channel/h5.vue @@ -25,10 +25,6 @@ - -
{{ formData.accessLink }}
- 复制 -
@@ -47,7 +43,6 @@ const formData = reactive({ accessLink: '' }) -// const { copy } = useClipboard() const getDetail = async () => { const data = await getH5Config() for (const key in formData) {