ソースを参照

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