平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011
  1. import http from '@/http/api.js'
  2. const url = '/api/business/passengerFlowApi/'
  3. // 获取列表
  4. export const page = (params) => {
  5. return http.request({
  6. url: url + '/getPageList',
  7. method: 'get',
  8. params
  9. })
  10. }