@@ -78,8 +78,8 @@
},
methods: {
open (url) {
-// window.open(url)
- this.$router.push(url)
+ window.open(url)
+// this.$router.push(url)
}