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

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