chore(other): correct spell mistake (#462)

This commit is contained in:
青菜白玉汤 2024-06-01 13:18:44 +08:00 committed by GitHub
parent 086bad474e
commit f1850416c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ export function createRouteGuard(router: Router) {
next({ name: rootRoute });
}
},
// if is is constant route, then it is allowed to access directly
// if it is constant route, then it is allowed to access directly
{
condition: !needLogin,
callback: () => {