智慧农业大数据平台
guanqp
2022-07-19 2d4afa25d167bc158b6ca4fb3a5d09dec1f0ec6e
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
    })
}