chore: code format

This commit is contained in:
xiaojunnuo
2025-06-29 14:09:09 +08:00
parent 04422a4637
commit 4fcfd089d8
644 changed files with 10845 additions and 13184 deletions
@@ -10,7 +10,7 @@ function useNavigation() {
const routeMetaMap = new Map<string, RouteRecordNormalized>();
routes.forEach((route) => {
routes.forEach(route => {
routeMetaMap.set(route.path, route);
});
@@ -24,7 +24,7 @@ function useNavigation() {
} else {
await router.push({
path,
query
query,
});
}
};