Commit 1643cb06 authored by WangRui's avatar WangRui

[feature]项目查询接口修改

parent 6cba9f87
......@@ -5,7 +5,7 @@ const baseURL = import.meta.env.DEV ? '/api' : import.meta.env.VITE_HTTP_BASE_UR
const api = {
// 首页查询
getProjectList(data = {}) {
return post(`${baseURL}/app/api/app/financing/intention/query`, data)
return post(`${baseURL}/app/api/app/project/first/page`, data)
},
// 明细查询
getProjectDetail(data ={}){
......
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