去除.action后缀

This commit is contained in:
liaozetao
2024-04-22 10:44:52 +08:00
parent 9674f166b7
commit 5f8660d4f4
253 changed files with 896 additions and 922 deletions

View File

@@ -234,7 +234,7 @@ export default {
if (confirm("删除的数据将不能找回,确定删除吗?")) {
$.ajax({
type: "post",
url: "/admin/sms/del.action",
url: "/admin/sms/del",
data: { recordId: id },
dataType: "json",
success: function (json) {