Merge remote-tracking branch 'origin/master'

This commit is contained in:
H0nGzA1
2023-03-20 22:01:29 +08:00
4 changed files with 117 additions and 49 deletions

View File

@@ -53,7 +53,6 @@ export const DictionaryStore = defineStore('Dictionary', {
break
}
})
console.log(childrens)
this.data[item.value]=childrens
});
});