平安校园
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.

пре 2 месеци
123456789101112
  1. import http from '@/http/api.js'
  2. const url = '/api/business/building'
  3. // 获取不分页列表
  4. export const list = (params) => {
  5. return http.request({
  6. url: url + '/getNoPageList',
  7. method: 'get',
  8. params
  9. })
  10. }