完成向上级联->保活
This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
||||
this.$axios.get(`/api/platforms/${that.count}/${that.currentPage - 1}`)
|
||||
.then(function (res) {
|
||||
that.total = res.data.total;
|
||||
that.platformList = res.data.data;
|
||||
that.platformList = res.data.list;
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.log(error);
|
||||
|
||||
@@ -35,7 +35,7 @@ export default new VueRouter({
|
||||
path: '/channelList/:deviceId/:parentChannelId/:count/:page',
|
||||
name: 'channelList',
|
||||
component: channelList,
|
||||
},
|
||||
},,
|
||||
{
|
||||
path: '/parentPlatformList/:count/:page',
|
||||
name: 'parentPlatformList',
|
||||
|
||||
Reference in New Issue
Block a user