|
@ -96,6 +96,8 @@ export const ApiTable = { |
|
|
//数据安全规范上传
|
|
|
//数据安全规范上传
|
|
|
specifications: 'data-security/specifications', |
|
|
specifications: 'data-security/specifications', |
|
|
delSpecifications: 'data-security/specifications/{fileIds}', |
|
|
delSpecifications: 'data-security/specifications/{fileIds}', |
|
|
|
|
|
packBulk: 'packBulk', |
|
|
|
|
|
|
|
|
//元数据检索
|
|
|
//元数据检索
|
|
|
searchMetadata: "meta/data/search", |
|
|
searchMetadata: "meta/data/search", |
|
|
|
|
|
|
|
@ -109,6 +111,8 @@ export const ApiTable = { |
|
|
export const RouteTable = { |
|
|
export const RouteTable = { |
|
|
fileUpload: '/_upload/new', |
|
|
fileUpload: '/_upload/new', |
|
|
cleanUpUploadTrash: '/_upload/cleanup', |
|
|
cleanUpUploadTrash: '/_upload/cleanup', |
|
|
|
|
|
packBulk: '/packBulk/{}', |
|
|
|
|
|
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const resultHandler = (resolve, reject) => (err, res) => { |
|
|
const resultHandler = (resolve, reject) => (err, res) => { |
|
|