From cf0e8ae2467378446bc1acb0bdfc7c1d867c5dc6 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Mon, 30 May 2022 10:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E4=B8=8A=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/js/index.js b/web_src/js/index.js index b3e8e3d0e..316da2bf3 100755 --- a/web_src/js/index.js +++ b/web_src/js/index.js @@ -3955,7 +3955,7 @@ function initVueDataset() { }, methods: { copyUrl(url) { - const cInput = document.createElementNS('input') + const cInput = document.createElement('input') cInput.value = url document.body.appendChild(cInput) cInput.select()