Просмотр исходного кода

还原menuList的window.open提交

unknown 4 лет назад
Родитель
Сommit
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: {}