fix: resolve upload method

This commit is contained in:
yanglbme 2020-05-02 15:59:06 +08:00
parent 7aae308859
commit 4d32dfa2b3
3 changed files with 4 additions and 5 deletions

View File

@ -131,7 +131,7 @@ export default {
data.append('file', pasteFile) data.append('file', pasteFile)
fileApi.fileUpload(data).then(res => { fileApi.fileUpload(data).then(res => {
this.uploaded(resp.data) this.uploaded(res)
}).catch(err => { }).catch(err => {
console.log(err.message) console.log(err.message)
}) })

View File

@ -92,7 +92,6 @@ export default {
output: state=> state.output, output: state=> state.output,
editor: state=> state.editor, editor: state=> state.editor,
cssEditor: state=> state.cssEditor, cssEditor: state=> state.cssEditor,
html: state=> state.html,
currentFont: state=> state.currentFont, currentFont: state=> state.currentFont,
currentSize: state=> state.currentSize, currentSize: state=> state.currentSize,
currentColor: state=> state.currentColor currentColor: state=> state.currentColor