chore(projects): merge main to example

This commit is contained in:
Soybean
2024-06-02 01:30:02 +08:00
22 changed files with 741 additions and 870 deletions

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: () => {