소스 검색

还原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: {}