智慧农业大数据平台
guoshilong
2022-08-31 7d8e4eccb1ada1eea39ea34c68481179fa5b3d42
src/api/mobile/stop/index.js
@@ -7,13 +7,10 @@
// 停车场
import request from '@/router/axios'
export const getListparking = (params) => { //获取生活设施
export const getListparking = (params) => { // 获取生活设施
    return request({
        url: 'blade-parking/parking/list',
        method: 'get',
        params: params
    })
}