Przeglądaj źródła

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

sir.k 6 lat temu
rodzic
commit
f987103310
1 zmienionych plików z 6 dodań i 1 usunięć
  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){