From f613a8cfc6c5a5bab8fef2c07a813af9f2052209 Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Mon, 12 Jun 2023 13:48:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E7=9A=84=E5=9B=BE=E7=89=87=E6=97=A0=E6=B3=95=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/approve/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/pages/manage/approve/details.vue b/resources/assets/js/pages/manage/approve/details.vue index af760a534..e935328a1 100644 --- a/resources/assets/js/pages/manage/approve/details.vue +++ b/resources/assets/js/pages/manage/approve/details.vue @@ -423,7 +423,7 @@ export default { }, // 打开图片 onViewPicture(currentUrl) { - this.$store.dispatch("previewImage", '/' +currentUrl) + this.$store.dispatch("previewImage", $A.apiUrl('../'+currentUrl) ) } } }