information.js 202 B

12345678910
  1. import request from '@/utils/request'
  2. // 政策推荐前三个
  3. export function governmentListData(query) {
  4. return request({
  5. url: '/jnb/information/listWx',
  6. method: 'get',
  7. params:query
  8. })
  9. }