1. The front end uploads the picture using vue-html5-editor, which shows that it has been uploaded successfully
2.3000
app.post("/img", function (req, res) {
});
//
var server = app.listen(3000, "127.0.0.1",function () {
})
I"d like to know what went wrong. Thank you