Commit 3a988177 authored by msgroup's avatar msgroup

调试信息优化

parent bcd4b91e
......@@ -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';
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment