fix(登录): 🐛 任意密码登录问题

This commit is contained in:
猿小天
2023-03-20 21:56:56 +08:00
parent 0c3fa62a27
commit d56ab94d94
5 changed files with 118 additions and 50 deletions

View File

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