rename backend to basend

This commit is contained in:
陆柯 2022-05-03 13:59:27 +08:00
parent c237e556b2
commit a470a51098

View File

@ -33,7 +33,7 @@ module.exports = {
file.path = file.path.replace('\\', '/')
return Object.assign(file, { _state: 'SUCCESS' })
} else {
return { _state: 'BACKEND_FAIL_FILE_NOT_RECEIVED' }
return { _state: 'BASEND_FAIL_FILE_NOT_RECEIVED' }
}
}
}