更改部分接口传参方式
This commit is contained in:
@@ -17,7 +17,10 @@ export const selectByUserId = (data) => {
|
||||
export const commonType = (type) => {
|
||||
return http.request({
|
||||
url: `/common/type/${type}`,
|
||||
method: 'GET'
|
||||
method: 'GET',
|
||||
data: {
|
||||
type: type
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user