bugfix: 接口地址
This commit is contained in:
@@ -23,7 +23,7 @@ export const fetchSketchDetail = (data: SketchIDs): Array<DetailReturns> => {
|
||||
params += `designItemIds=${id}&`
|
||||
}
|
||||
})
|
||||
return Https.axiosGet(`/api/seller/sketchDetail${params}`)
|
||||
return Https.axiosGet(`/aida/api/seller/sketchDetail${params}`)
|
||||
}
|
||||
|
||||
interface ImageObj {
|
||||
|
||||
Reference in New Issue
Block a user