feat: 添加文章页面
This commit is contained in:
@@ -6,10 +6,9 @@ export function getList(data){
|
||||
params:data
|
||||
})
|
||||
};
|
||||
|
||||
export function getListByPlateId(plateId){
|
||||
export function get(id){
|
||||
return myaxios({
|
||||
url: `/discuss/plate-id/${plateId}`,
|
||||
url: `/discuss/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user