This commit is contained in:
caishi 2020-10-14 17:07:49 +08:00
parent d1232be557
commit 10db5271d7
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ function New(props, ref) {
}
if(forumId){
//
const url = `/memos/${forumId}/update.json`;
axios.post(url, params).then((result) => {
const url = `/memos/${forumId}.json`;
axios.put(url, params).then((result) => {
if (result && result.data) {
notification.open({
message: "提示",