|
|
|
@ -448,7 +448,7 @@ |
|
|
|
var that = this; |
|
|
|
var that = this; |
|
|
|
axios.create({ |
|
|
|
axios.create({ |
|
|
|
withCredentials: true |
|
|
|
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.msNewsLast = res.data.data.rows[0].contentTitle.toString(); |
|
|
|
that.msNewsPath = 'https://mingsoft.net/html/1/203/202/' + res.data.data.rows[0].id + '.html'; |
|
|
|
that.msNewsPath = 'https://mingsoft.net/html/1/203/202/' + res.data.data.rows[0].id + '.html'; |
|
|
|
}); |
|
|
|
}); |
|
|
|
|