From 6fd634196000da2332b5858c77e63f4a466ddecc Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Sat, 25 May 2024 10:06:16 +0800 Subject: [PATCH] =?UTF-8?q?5.21=E4=BF=AE=E6=94=B9=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=B7=B2=E5=87=BA=E7=8E=B0=E7=9A=84bug=E5=92=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/applicationList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/applicationList/index.vue b/src/views/applicationList/index.vue index 6cb68de..bca65ee 100644 --- a/src/views/applicationList/index.vue +++ b/src/views/applicationList/index.vue @@ -187,7 +187,7 @@ export default { this.pageModel.total = res.attribute.total; res.attribute.list.map(el => { return request({ - url: "/kangarooDataCenter/entranceController/fileDownloadNew?id=" + el.appLogo, + url: "/kangarooDataCenterV3/entranceController/fileDownloadNew?id=" + el.appLogo, method: "get", responseType: 'arraybuffer' }).then((res) => {