修正更名deviceList.vue后跳转错误

This commit is contained in:
lawrencehj
2021-03-26 19:54:29 +08:00
parent edb033ccd7
commit 88dd1aca45
2 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ export default {
parentChannelId: this.$route.params.parentChannelId,
updateLooper: 0, //数据刷新轮训标志
total: 0,
beforeUrl: "/videoList",
beforeUrl: "/deviceList",
isLoging: false,
autoList: false,
};
@@ -111,7 +111,7 @@ export default {
// this.currentPage = parseInt(this.$route.params.page);
// this.count = parseInt(this.$route.params.count);
// if (this.parentChannelId == "" || this.parentChannelId == 0) {
// this.beforeUrl = "/videoList";
// this.beforeUrl = "/deviceList";
// }
},
initBaiduMap() {