Commit 4336e2dd authored by qinj's avatar qinj

Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev

parents 6289d5db 5c7fcb45
......@@ -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