Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Targaryen
2017-10-30 18:08:18 +0800
Commit
d57648eb3a7b433752037d21bc1eceda1851961f
1 parent
e7577c86
actPath
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
apps/web/actions/file.js
apps/web/actions/file.js
View file @
d57648e
...
...
@@ -138,13 +138,6 @@ const file = {
};
}
if
(
!
actPath
)
{
return
ctx
.
body
=
{
code
:
400
,
message
:
'请指定上传路径'
};
}
let
readable
=
fs
.
createReadStream
(
file
.
path
);
let
config
=
CDNCONFIG
.
main
;
...
...
Please
register
or
login
to post a comment