소스 검색

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-bm-guide into develop

unknown 4 년 전
부모
커밋
b2a3ac56d7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/menuList.vue

+ 2 - 1
src/components/menuList.vue

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