[Update] 支持网域

This commit is contained in:
ibuler
2018-03-23 19:46:46 +08:00
parent fe1862120f
commit 7f4f67aa8d
35 changed files with 1251 additions and 336 deletions

View File

@@ -205,6 +205,7 @@ function objectDelete(obj, name, url, redirectTo) {
url: url,
body: JSON.stringify(body),
method: 'DELETE',
success_message: "删除成功",
success: success,
error: fail
});