5.21修改所有已出现的bug和优化。

This commit is contained in:
hyt 2024-05-25 10:06:16 +08:00
parent c3059fa275
commit 6fd6341960
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {