·
hwh
2025-01-15 131347ad63bb534b5abb6dbc979f0a47d780d8ff
HTML/views/SystemSettings/Interface.html
@@ -165,7 +165,7 @@
               height: h1,
               id: 'LAY-app-content-list',
               where: param,
               parseData: FnParseData,
               contentType: 'application/json',
               headers:{ToKen:$.cookie('token')},
               page: true,
@@ -296,7 +296,7 @@
               height: h2,
               id: 'LAY-app-content-list2',
               where: param,
               parseData: FnParseData,
               contentType: 'application/json',
               toolbar:'',
               defaultToolbar:  '', //'print', 'exports'
@@ -462,7 +462,7 @@
                        InterfaceNo:data.InterfaceNo,
                     };
                     sendData(IP + "/Basis/DelInterface", param, 'post', function (res) {
                        if (res.code == 200) { //成功
                        if (res.code == 0) { //成功
                           layer.msg(res.msg, {
                              icon: 1,
                              time: 2000 //2秒关闭(如果不配置,默认是3秒)
@@ -496,7 +496,7 @@
                        InterfaceNo:data.InterfaceNo
                     }; 
                     sendData(IP + "/Basis/DelInterfaceDetail", param, 'post', function (res) {
                        if (res.code == 200) { //成功
                        if (res.code == 0) { //成功
                           layer.msg(res.msg, {
                              icon: 1,
                              time: 2000 //2秒关闭(如果不配置,默认是3秒)
@@ -527,7 +527,7 @@
               $(".delClass").hide(); 
            });
            sendData(IP + "/Basis/GetRoleRightList", {}, 'get', function(res) {
               if (res.code == 200) { //成功
               if (res.code == 0) { //成功
                  for (var k = 0; k < res.data.length; k++) {
                     if (res.data[k].MenuName == "添加接口") {
                        $(function() {