接口调整

This commit is contained in:
fofolee
2022-05-16 10:52:07 +08:00
parent ea53de2665
commit 4151e1ac89
2 changed files with 10 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ export default {
checkCommands() {
let installed = [];
let needUpdate = [];
this.$root.utools.getDocs("qc_").forEach((item) => {
this.$root.utools.getAll("qc_").forEach((item) => {
if (!item.data.fromShare) return;
let code = item._id.slice(3);
let remote = this.remoteCommands.filter((cmd) => cmd.slug === code)[0];