Browse Source

修改库存寄售 新开页

yangc 7 years ago
parent
commit
2bdb44ac93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/main/Nav.vue

+ 2 - 2
components/main/Nav.vue

@@ -78,8 +78,8 @@
     },
     methods: {
       open (url) {
-//        window.open(url)
-        this.$router.push(url)
+        window.open(url)
+//        this.$router.push(url)
       }
     }
   }