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.
19 lines
456 B
19 lines
456 B
export default {
|
|
getAddressInfo:{
|
|
method:"get",
|
|
url:"/mall/web/estate/addressInfo"
|
|
},
|
|
// -- 查询单个小区信息 --
|
|
getEstateInfo: {
|
|
method: 'GET',
|
|
url: '/mall/web/estate/query/estateInfo',
|
|
},
|
|
getEstateList: {
|
|
method: 'GET',
|
|
url: '/mall/web/estate/query/estateList',
|
|
},
|
|
getGoodsTemlate: {
|
|
method: 'GET',
|
|
url: '/mall/web/goods/template',
|
|
},
|
|
}
|