diff --git a/src/views/configManage/softwareManage/index.vue b/src/views/configManage/softwareManage/index.vue index c606b05b..eb9b29ab 100644 --- a/src/views/configManage/softwareManage/index.vue +++ b/src/views/configManage/softwareManage/index.vue @@ -252,7 +252,6 @@ function fnFileModalOk() { const from = toRaw(fileModalState.from); const type = fileModalState.visibleType; let fnType = null; - console.log(type, from); if (type === 'send') { fnType = sendNeSoftware(from); }