瀏覽代碼

首页更多文章没有新打开标签页bug

sir.k 6 年之前
父節點
當前提交
f987103310
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      pages/index.vue

+ 6 - 1
pages/index.vue

@@ -424,7 +424,12 @@
         this.showIndex=index;
       },
       moreArt(){
-        this.$router.push({path:'/lists',query:{id:'focus'}});
+        // this.$router.push({path:'/lists',query:{id:'focus'}});
+        let routeData = this.$router.resolve({
+          path: '/lists',
+          query: { id: 'focus' }
+        })
+        window.open(routeData.href, '_blank')
       },
 
       changeLiftColData(columnId){