feat: remove console

This commit is contained in:
xingyu
2023-01-05 15:02:45 +08:00
parent 15ef2dbf78
commit 71d4c5ad78
3 changed files with 0 additions and 3 deletions

View File

@ -50,7 +50,6 @@ router.beforeEach(async (to, from, next) => {
dictStore.setDictMap()
}
if (!userStore.getIsSetUser) {
console.info(1)
isRelogin.show = true
const res = await getInfoApi()
await userStore.setUserInfoAction(res)