智慧农业大数据平台
zengh
2022-07-20 82b9d5a4c89497d6303dc8fbb1f7b7805ebfd28d
src/api/mobile/stop/index.js
@@ -7,8 +7,6 @@
// 停车场
import request from '@/router/axios'
export const getListparking = (params) => { //获取生活设施
    return request({
        url: 'blade-parking/parking/list',
@@ -16,4 +14,3 @@
        params: params
    })
}