浏览代码

调试信息优化

msgroup 4 年之前
父节点
当前提交
3a988177d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/WEB-INF/manager/main.ftl

+ 1 - 1
src/main/webapp/WEB-INF/manager/main.ftl

@@ -448,7 +448,7 @@
         var that = this;
         axios.create({
           withCredentials: true
-        }).get("https://mingsoft.net/cms/content/list.do?categoryId=202").then(function (res) {
+        }).post("https://mingsoft.net/cms/content/list.do?categoryId=202").then(function (res) {
           that.msNewsLast = res.data.data.rows[0].contentTitle.toString();
           that.msNewsPath = 'https://mingsoft.net/html/1/203/202/' + res.data.data.rows[0].id + '.html';
         });