Explorar o código

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

sir.k %!s(int64=6) %!d(string=hai) anos
pai
achega
1ee3944d4d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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){