Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
c7d8fa82
Commit
c7d8fa82
authored
Sep 06, 2022
by
陈龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复路径错误
parent
4ec4b350
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
fileUpload.js
...ort/src/ReportsManage/Components/fileUpload/fileUpload.js
+1
-1
workflow.js
...s/base-components/BasicReport/src/api/service/workflow.js
+3
-0
No files found.
packages/base-components/BasicReport/src/ReportsManage/Components/fileUpload/fileUpload.js
View file @
c7d8fa82
...
@@ -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
=
[];
...
...
packages/base-components/BasicReport/src/api/service/workflow.js
0 → 100644
View file @
c7d8fa82
const
AccountBaseURL
=
'/PandaWorkFlow/WorkFlow/AccountManage'
;
export
const
uploadFileUrl
=
`
${
AccountBaseURL
}
/UploaderFiles`
;
// 上传文件链接
export
const
downloadFileUrl
=
`
${
AccountBaseURL
}
/DownloadFiles`
;
// 下载/播放文件链接
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment