Prechádzať zdrojové kódy

修复首页更多文章跳转参数错误bug

sir.k 6 rokov pred
rodič
commit
1ee3944d4d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

@@ -424,7 +424,7 @@
         this.showIndex=index;
       },
       moreArt(){
-        this.$router.push({name:'lists',params:{id:'focus'}});
+        this.$router.push({path:'/lists',query:{id:'focus'}});
       },
 
       changeLiftColData(columnId){