Commit 6289d5db authored by qinj's avatar qinj

附件接口加前缀

parent a6006735
......@@ -138,7 +138,7 @@ export function processHistory(data){
//获取附件列表
export function getModels(data){
return request({
url: '/search',
url: '/file/search',
method: 'post',
data
})
......@@ -146,7 +146,7 @@ export function getModels(data){
//单条信息附件
export function getOneModel(data){
return request({
url: '/getOne',
url: '/file/search',
method: 'post',
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