@ -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';
});