浏览代码

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

sir.k 6 年之前
父节点
当前提交
1ee3944d4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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){