Commit e26e9f13 authored by chenshouchao's avatar chenshouchao

refactor: 删掉一个consolelog

parent 1eef0ac1
...@@ -37,7 +37,6 @@ type addProjectParams = { ...@@ -37,7 +37,6 @@ type addProjectParams = {
}; };
// 新增项目 // 新增项目
const addProject = (params: addProjectParams) => { const addProject = (params: addProjectParams) => {
console.log("params", params);
return request({ return request({
url: Api.API_PROJECT_ADD, url: Api.API_PROJECT_ADD,
method: "post", 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