From e26d5064322ae4d1459cdf8b3c71b12beb3e3dec Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Sun, 25 Dec 2022 20:31:11 +0800 Subject: [PATCH] =?UTF-8?q?12.23=20=E5=B8=B8=E6=80=81=E5=8C=96=E6=8B=9B?= =?UTF-8?q?=E5=8B=9F=E5=89=B2=E6=8E=A5=E4=B8=8B=E8=BD=BD=E6=8B=9B=E5=8B=9F?= =?UTF-8?q?=E6=96=87=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/DownloadUtils.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/DownloadUtils.ts b/src/utils/DownloadUtils.ts index 895e044..ee96b84 100644 --- a/src/utils/DownloadUtils.ts +++ b/src/utils/DownloadUtils.ts @@ -2,7 +2,7 @@ * @Author: zhoujianlong * @Date: 2022-03-03 09:06:36 * @Last Modified by: zhoujianlong - * @Last Modified time: 2022-05-18 17:23:26 + * @Last Modified time: 2022-12-23 23:21:01 */ import { getDownloadSecretKey, getFilelist, getFilelistBySecond } from "@/services/download_"; @@ -43,11 +43,11 @@ export const downloadPath = '/api/doc/v1.0/files/download'; /** * 查询文件列表(根据2.0 bid) */ -export const findFilelistPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/getFileListById'; +export const findFilelistPathBySecond = '/api/v1/file/getFileListById'; /** * 文件下载(根据2.0 bid fileId) */ -export const downloadPathBySecond = 'http://111.198.162.67:8081/downloadfile/v1/file/downloadFileStreamById'; +export const downloadPathBySecond = '/api/v1/file/downloadFileStreamById'; export interface FilelistProps { uid: string,