Commit b2a49940 authored by jiangqihao's avatar jiangqihao

附件接口修改

parent 46e31165
......@@ -340,11 +340,11 @@ export const project = {
// 客户附件
export const file = {
createUrl: '/create',
searchUrl: '/search',
detailUrl: '/getOne',
updateUrl: '/update',
deleteUrl: '/delete',
createUrl: '/file/create',
searchUrl: '/file/search',
detailUrl: '/file/getOne',
updateUrl: '/file/update',
deleteUrl: '/file/delete',
}
// export const businessLog = {
......
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