Update theme.js

pull/9/head
ruibaby 2019-05-16 23:14:02 +08:00
parent 082daee426
commit 2085b1d6fb
1 changed files with 2 additions and 2 deletions

View File

@ -110,9 +110,9 @@ themeApi.saveContent = (path, content) => {
return service({
url: `${baseUrl}/files/content`,
params: {
path: path,
content: content
path: path
},
data: content,
method: 'put'
})
}