style: formate code style

This commit is contained in:
xingyu
2022-08-03 14:15:46 +08:00
parent 1f96ab6e43
commit a9c9007337
2 changed files with 5 additions and 6 deletions

View File

@ -127,7 +127,6 @@ const getRoutes = async () => {
if (!redirect.value) {
redirect.value = '/'
}
console.info(redirect.value)
push({ path: redirect.value || permissionStore.addRouters[0].path })
}