feat:完成底部
This commit is contained in:
@@ -12,4 +12,11 @@ export function add(data){
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
};
|
||||
|
||||
export function del(ids){
|
||||
return myaxios({
|
||||
url: `/comment/${ids}`,
|
||||
method: 'delete'
|
||||
})
|
||||
};
|
||||
Reference in New Issue
Block a user