消息修改

This commit is contained in:
fengachen
2021-09-24 15:19:36 +08:00
parent 1a566ba853
commit b3c8a529c6
6 changed files with 383 additions and 391 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export function httpAction(url,parameter,method) {
export function putAction(url,parameter) {
return axios({
url: url,
method:'put',
method:'post',
data: parameter
})
}