fix: 修正上传文件到网元时使用错误的文件路径参数
This commit is contained in:
@@ -287,7 +287,7 @@ export async function uploadFileToNE(
|
|||||||
url: `/ne/action/pushFile`,
|
url: `/ne/action/pushFile`,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: {
|
data: {
|
||||||
uploadPath: uploadChunkRes.data.filePath,
|
uploadPath: uploadChunkRes.data.fileName,
|
||||||
neType,
|
neType,
|
||||||
neId,
|
neId,
|
||||||
delTemp: true,
|
delTemp: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user