From abf2f02becda72dd0231ac097ef570946093f2ae Mon Sep 17 00:00:00 2001 From: GJSSSS Date: Wed, 27 Dec 2023 16:35:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=B0=B4=E5=8D=B0=E7=BB=84=E4=BB=B6=E4=B8=AD=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=9A=84=E4=BB=A3=E7=A0=81=20(#158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wot-design-uni/components/wd-watermark/wd-watermark.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uni_modules/wot-design-uni/components/wd-watermark/wd-watermark.vue b/src/uni_modules/wot-design-uni/components/wd-watermark/wd-watermark.vue index 9836dc66..119c5287 100644 --- a/src/uni_modules/wot-design-uni/components/wd-watermark/wd-watermark.vue +++ b/src/uni_modules/wot-design-uni/components/wd-watermark/wd-watermark.vue @@ -491,7 +491,6 @@ async function drawImageOffScreen( img.crossOrigin = 'anonymous' img.referrerPolicy = 'no-referrer' - img.referrerPolicy = 'no-referrer' if (isBase64Image(image)) { img.src = image } else {