@@ -92,7 +92,8 @@ export default {
},
dumpLegend() {
- this.$router.push({ path: `/home/legendLibrary` })
+ // this.$router.push({ path: `/home/legendLibrary` })
+ window.open(location.host + '/wandaBmGuide/home/legendLibrary')
}
components: {}