Ver código fonte

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

unknown 4 anos atrás
pai
commit
b2a3ac56d7
1 arquivos alterados com 2 adições e 1 exclusões
  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: {}