平安校园
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

11 行
213 B

  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. }