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