Browse Source

还原menuList的window.open提交

unknown 4 years ago
parent
commit
ac4e1c6beb
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/components/menuList.vue

+ 1 - 2
src/components/menuList.vue

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