xiaoyong931011
2023-05-06 076f5a4f0a7c5a4d3a6d3a1a61ff96a0091e3320
src/main/resources/templates/febs/views/modules/news/newsCategory.html
@@ -78,7 +78,7 @@
        });
        function delNewsInfo(id) {
            febs.get(ctx + 'admin/news/delNewsInfo/' + id, null, function () {
            febs.get(ctx + 'admin/news/delNewsCategoryInfo/' + id, null, function () {
                febs.alert.success('操作成功');
                $query.click();
            });