修改首页模块接口
This commit is contained in:
parent
dd24b576bc
commit
44749a6eb9
@ -53,7 +53,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getNewsTypeList: function () {
|
getNewsTypeList: function () {
|
||||||
var self = this
|
var self = this
|
||||||
axios.get(`${common.url}app/newsdirectories/list/areaplate/release/${common.area.areaCode}`, {}).then(function (res) {
|
axios.get(`${common.url}app/newsdirectories/listsub/areaauth/release/0/${common.area.areaCode}`, {}).then(function (res) {
|
||||||
self.newsTypeList = res.data
|
self.newsTypeList = res.data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user