Преглед изворни кода

还原menuList的window.open提交

unknown пре 4 година
родитељ
комит
ac4e1c6beb
1 измењених фајлова са 1 додато и 2 уклоњено
  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: {}