完成向上级联->保活

This commit is contained in:
panlinlin
2021-01-06 18:35:38 +08:00
parent 34135cce5d
commit 627a14f37e
28 changed files with 736 additions and 67 deletions

View File

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

View File

@@ -35,7 +35,7 @@ export default new VueRouter({
path: '/channelList/:deviceId/:parentChannelId/:count/:page',
name: 'channelList',
component: channelList,
},
},,
{
path: '/parentPlatformList/:count/:page',
name: 'parentPlatformList',