浏览代码

edit

master
chutingting 1年前
父节点
当前提交
307bdcf5c6
共有 2 个文件被更改,包括 2 次插入6 次删除
  1. +1
    -2
      src/api/article.js
  2. +1
    -4
      src/views/metadaily/index.vue

+ 1
- 2
src/api/article.js 查看文件

@@ -1,5 +1,5 @@
import request from './request' import request from './request'
/* eslint-disable */
/** /**
* 新闻列表 * 新闻列表
* @returns request * @returns request
@@ -23,4 +23,3 @@ export const videoListApi = (data) => {
params: data params: data
}) })
} }

+ 1
- 4
src/views/metadaily/index.vue 查看文件

@@ -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()


正在加载...
取消
保存