Commit 8e210b22 by heshihao

feat:修改请求参数

parent 1f0a350a
......@@ -155,9 +155,12 @@ export const createKeyProject = (data) => {
// 重点项目 详情
export const detailKeyProject = (id) => {
return request({
method: "get",
url: `/keyproject/keyproject/api/findById?id=${id}`,
method: "post",
url: `/keyproject/keyproject/api/findById`,
urlType: "api5",
data: {
id,
},
});
};
......
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