You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duoji-frontend/src/api/http/http-api.js

14 lines
234 B
JavaScript

export default {
getStreetList: {
method: "POST",
url: "/street/page",
name: "获取巷道列表"
},
queryList: {
url: '/order/list',
name: '查询',
method: 'POST'
}
}