弃用lodash

This commit is contained in:
fofolee
2024-12-30 20:41:54 +08:00
parent 7a79d3a443
commit 1d3aa3c9ae
30 changed files with 597 additions and 152 deletions

View File

@@ -176,7 +176,7 @@ export default {
});
},
getRawCommand() {
let command = _.cloneDeep(this.commandInfo);
let command = window.lodashM.cloneDeep(this.commandInfo);
command.features.explain = window.removeHtmlTags(
command.features.explain
);