src/page/home/home.vue
@@ -335,13 +335,13 @@ goJy(index){ switch (index) { case 0: this.$router.push('/list'); this.$router.push('/trading-list'); break; case 1: this.$router.push('/orderlist'); this.$router.push('/warehouse'); break; case 2: //this.$router.push(); this.$router.push({path:'/trading-list',query:{listid:3}}); break; case 3: this.$router.push('/user');