chore: 删除v console.log #96
This commit is contained in:
@@ -20,7 +20,6 @@ export const usePersonConfig = defineStore('person', () => {
|
||||
personConfig.value.allPersonList = data
|
||||
})
|
||||
personDb.getAllData('alreadyPersonList').then((data) => {
|
||||
console.log(data)
|
||||
personConfig.value.alreadyPersonList = data
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user