From 09d9d6b0266a5aa3680fb9bead87b81fce4e4d06 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sun, 26 Jan 2025 23:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=AC=AC=E4=BA=8C=E4=B8=AA?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-uniapp-client/components/placard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-uniapp-client/components/placard.vue b/service-uniapp-client/components/placard.vue index ce947e4..2074d89 100644 --- a/service-uniapp-client/components/placard.vue +++ b/service-uniapp-client/components/placard.vue @@ -76,9 +76,9 @@ self.canvasH = 731 * rpx //加载背景和logo - const [bg, logo] = await Promise.all([this.loadImage(import.meta.env.VITE_REDIRECT_URI + + const [bg, logo] = await Promise.all([this.loadImage(this.configList.user_url + '/static/placard/placard-bg.png'), this.loadImage( - import.meta.env.VITE_REDIRECT_URI + '/static/placard/logo.jpg')]); + this.configList.user_url + '/static/placard/logo.jpg')]); let ctx = document.querySelector('canvas').getContext('2d') let img = document.querySelector('.qrcode img')