Procházet zdrojové kódy

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

sir.k před 6 roky
rodič
revize
f987103310
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  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){