From 3b325dffc77806a83d18c9460f35f8a92276160a Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Mon, 17 Mar 2025 19:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=A2=84=E8=A7=88=E5=9B=BE=E7=89=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=87=BA=E6=9D=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/screening/qrCode.vue | 2 +- acupuncture-后台/src/views/screening/qrCode.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acupuncture-前台/src/views/screening/qrCode.vue b/acupuncture-前台/src/views/screening/qrCode.vue index b5a8f8a3..4788a3f5 100644 --- a/acupuncture-前台/src/views/screening/qrCode.vue +++ b/acupuncture-前台/src/views/screening/qrCode.vue @@ -241,7 +241,7 @@ export default { Original(_url) { this.imgUrl = []; if (_url) { - this.imgUrl.push(this.imgPrefix + _url); + this.imgUrl.push(this.qzUrl + "/acupuncture" + _url); } this.$refs.preview.clickHandler(); }, diff --git a/acupuncture-后台/src/views/screening/qrCode.vue b/acupuncture-后台/src/views/screening/qrCode.vue index b5a8f8a3..4788a3f5 100644 --- a/acupuncture-后台/src/views/screening/qrCode.vue +++ b/acupuncture-后台/src/views/screening/qrCode.vue @@ -241,7 +241,7 @@ export default { Original(_url) { this.imgUrl = []; if (_url) { - this.imgUrl.push(this.imgPrefix + _url); + this.imgUrl.push(this.qzUrl + "/acupuncture" + _url); } this.$refs.preview.clickHandler(); },