|
@@ -94,10 +94,7 @@ export default { |
|
|
this.$router.push({ path: '/articleDetails' })
|
|
|
this.$router.push({ path: '/articleDetails' })
|
|
|
},
|
|
|
},
|
|
|
routerTo (type) {
|
|
|
routerTo (type) {
|
|
|
this.$router.push({ path: '/articleList', query: {
|
|
|
|
|
|
type: 3,
|
|
|
|
|
|
subType: type
|
|
|
|
|
|
} })
|
|
|
|
|
|
|
|
|
this.$router.push({ path: '/articleList', query: { type: 3, subType: type }}) // eslint-disable-line
|
|
|
},
|
|
|
},
|
|
|
changenews (item) {
|
|
|
changenews (item) {
|
|
|
this.getzixun()
|
|
|
this.getzixun()
|
|
|