Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
2016-04-08 09:55:05 +0800
Commit
4a891fdd24d674558aacc7c68eb1ba156bb51ebc
1 parent
ea15758b
提交
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/stub/service/upload.js
server/stub/service/upload.js
View file @
4a891fd
...
...
@@ -99,7 +99,7 @@ exports.uploadFile = function (req, res) {
}
res
.
json
({
code
:
200
,
data
:
datas
,
data
:
flag
?
datas
:
datas
[
0
]
,
names
:
req
.
body
.
fileNames
,
message
:
'上传成功'
,
status
:
true
...
...
Please
register
or
login
to post a comment