智慧农业大数据平台
zengh
2022-07-20 82b9d5a4c89497d6303dc8fbb1f7b7805ebfd28d
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
    })
}