chore: 构建目录
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import request from "@/config/axios/service";
|
||||
export function operate(discussId) {
|
||||
if (discussId == undefined) {
|
||||
return;
|
||||
}
|
||||
return request({
|
||||
url: `/agree/operate/${discussId}`,
|
||||
method: "post",
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user