去除.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

@@ -92,7 +92,7 @@ export default {
function getRuleDetail() {
$.ajax({
type: "get",
url: "/admin/audit/audio/get/rule.action",
url: "/admin/audit/audio/get/rule",
dataType: "json",
success: function (json) {
if (json.code == 200) {
@@ -128,7 +128,7 @@ export default {
showLoading();
$.ajax({
type: "post",
url: "/admin/audit/audio/rule/save.action",
url: "/admin/audit/audio/rule/save",
data: {
type: type,
erbanNos: $("#erbanNos").val()