소스 검색

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'
/* eslint-disable */
/**
* 新闻列表
* @returns request
@@ -23,4 +23,3 @@ export const videoListApi = (data) => {
params: data
})
}

+ 1
- 4
src/views/metadaily/index.vue 파일 보기

@@ -94,10 +94,7 @@ export default {
this.$router.push({ path: '/articleDetails' })
},
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) {
this.getzixun()


불러오는 중...
취소
저장