Commit c7d8fa82 authored by 陈龙's avatar 陈龙

fix: 修复路径错误

parent 4ec4b350
...@@ -33,7 +33,7 @@ import { UploadOutlined, DownloadOutlined } from '@ant-design/icons'; ...@@ -33,7 +33,7 @@ import { UploadOutlined, DownloadOutlined } from '@ant-design/icons';
import './fileUpload.less'; import './fileUpload.less';
import { downloadFunc, filenameVerification } from '../../utils/utils'; import { downloadFunc, filenameVerification } from '../../utils/utils';
import { uploadFileUrl, downloadFileUrl } from '../../../../../api/service/workflow'; import { uploadFileUrl, downloadFileUrl } from '../../../api/service/workflow';
const videoTypeArray = ['.mp4']; const videoTypeArray = ['.mp4'];
const audioTypeArray = ['.mp4']; const audioTypeArray = ['.mp4'];
const fileTypeArray = []; const fileTypeArray = [];
......
const AccountBaseURL = '/PandaWorkFlow/WorkFlow/AccountManage';
export const uploadFileUrl = `${AccountBaseURL}/UploaderFiles`; // 上传文件链接
export const downloadFileUrl = `${AccountBaseURL}/DownloadFiles`; // 下载/播放文件链接
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment