chore(other): correct spell mistake (#462)
This commit is contained in:
parent
086bad474e
commit
f1850416c8
@ -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: () => {
|
||||
|
Loading…
Reference in New Issue
Block a user