From 8ac736966cb9748724123373cf517c19d79b8f70 Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Sat, 12 Nov 2022 04:20:51 +0800
Subject: [PATCH] 1112

---
 src/page/home/home.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 56be2e9..d315425 100644
--- a/src/page/home/home.vue
+++ b/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');

--
Gitblit v1.9.3