From 046fb40e2bb174da5d3a0c35140cc3232b3626d2 Mon Sep 17 00:00:00 2001 From: wx-jincw Date: Wed, 9 Apr 2025 09:32:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E7=89=87=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bs-ui/src/api/system/file.js | 2 +- bs-ui/src/views/login.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bs-ui/src/api/system/file.js b/bs-ui/src/api/system/file.js index 8fca007..98fdf78 100644 --- a/bs-ui/src/api/system/file.js +++ b/bs-ui/src/api/system/file.js @@ -11,7 +11,7 @@ export function update(data) { export function fileDownload(attachId) { return request({ - url: `/file/download/${attachId}`, + url: `/common/file/download/${attachId}`, method: "get", responseType: "blob", }); diff --git a/bs-ui/src/views/login.vue b/bs-ui/src/views/login.vue index 6840d89..102227d 100644 --- a/bs-ui/src/views/login.vue +++ b/bs-ui/src/views/login.vue @@ -1,7 +1,7 @@