|
@@ -223,7 +223,7 @@ export default {
|
|
|
_layer.addGraphic(graphic)
|
|
_layer.addGraphic(graphic)
|
|
|
},
|
|
},
|
|
|
onClickSwitchPano() {
|
|
onClickSwitchPano() {
|
|
|
- this.$router.push({ name: 'PanoList' })
|
|
|
|
|
|
|
+ this.$router.push({ name: 'PanoListInOblique' })
|
|
|
}
|
|
}
|
|
|
}, //如果页面有keep-alive缓存功能,这个函数会触发
|
|
}, //如果页面有keep-alive缓存功能,这个函数会触发
|
|
|
}
|
|
}
|