@@ -40,11 +40,8 @@ export const remove = (ids) => {
export const getDetail = (id) => {
return request({
- url: `/api/blade-factory/api/factory/address/detail`,
- method: 'get',
- params: {
- id
- }
+ url: `/api/blade-factory/api/factory/address/${id}`,
+ method: 'get'
})
}