Commit e26e9f13 authored by chenshouchao's avatar chenshouchao

refactor: 删掉一个consolelog

parent 1eef0ac1
......@@ -37,7 +37,6 @@ type addProjectParams = {
};
// 新增项目
const addProject = (params: addProjectParams) => {
console.log("params", params);
return request({
url: Api.API_PROJECT_ADD,
method: "post",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment