Commit 88dd1aca45c5d2c0fca78a60844112ee53eccbfa

Authored by lawrencehj
1 parent edb033cc

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

web_src/src/components/channelList.vue
... ... @@ -99,7 +99,7 @@ export default {
99 99 currentPage: parseInt(this.$route.params.page),
100 100 count: parseInt(this.$route.params.count),
101 101 total: 0,
102   - beforeUrl: "/videoList",
  102 + beforeUrl: "/deviceList",
103 103 isLoging: false,
104 104 autoList: true
105 105 };
... ... @@ -131,7 +131,7 @@ export default {
131 131 this.currentPage = parseInt(this.$route.params.page);
132 132 this.count = parseInt(this.$route.params.count);
133 133 if (this.parentChannelId == "" || this.parentChannelId == 0) {
134   - this.beforeUrl = "/videoList"
  134 + this.beforeUrl = "/deviceList"
135 135 }
136 136  
137 137 },
... ...
web_src/src/components/devicePosition.vue
... ... @@ -81,7 +81,7 @@ export default {
81 81 parentChannelId: this.$route.params.parentChannelId,
82 82 updateLooper: 0, //数据刷新轮训标志
83 83 total: 0,
84   - beforeUrl: "/videoList",
  84 + beforeUrl: "/deviceList",
85 85 isLoging: false,
86 86 autoList: false,
87 87 };
... ... @@ -111,7 +111,7 @@ export default {
111 111 // this.currentPage = parseInt(this.$route.params.page);
112 112 // this.count = parseInt(this.$route.params.count);
113 113 // if (this.parentChannelId == "" || this.parentChannelId == 0) {
114   - // this.beforeUrl = "/videoList";
  114 + // this.beforeUrl = "/deviceList";
115 115 // }
116 116 },
117 117 initBaiduMap() {
... ...