style: 移除非error级别console
This commit is contained in:
@@ -252,7 +252,6 @@ function fnFileModalOk() {
|
|||||||
const from = toRaw(fileModalState.from);
|
const from = toRaw(fileModalState.from);
|
||||||
const type = fileModalState.visibleType;
|
const type = fileModalState.visibleType;
|
||||||
let fnType = null;
|
let fnType = null;
|
||||||
console.log(type, from);
|
|
||||||
if (type === 'send') {
|
if (type === 'send') {
|
||||||
fnType = sendNeSoftware(from);
|
fnType = sendNeSoftware(from);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user