|
@@ -382,7 +382,25 @@ export default {
|
|
|
},
|
|
|
// 跳转文章
|
|
|
handleLink(row){
|
|
|
-
|
|
|
+ let url = '0&&&123&&&123&&&123'
|
|
|
+ if(row.goods_type===21){
|
|
|
+ this.$router.push({
|
|
|
+ path: "/articleDetail",
|
|
|
+ query: {
|
|
|
+ headerConfig: encodeURIComponent(url),
|
|
|
+ id: row.article_id
|
|
|
+ },
|
|
|
+ });
|
|
|
+ }else if(row.goods_type===3){
|
|
|
+ this.$router.push({
|
|
|
+ path: "/articlePeruseDetail",
|
|
|
+ query: {
|
|
|
+ headerConfig: encodeURIComponent(url),
|
|
|
+ peruseId: row.article_id
|
|
|
+ },
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
handleChangeFilters(item){
|
|
|
console.log(item)
|