fix: router

This commit is contained in:
Junhui Chen 2025-09-07 16:15:05 +08:00
parent 1e3ec86377
commit 7467789bf7
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"lldb.library": "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/LLDB", "lldb.library": "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Versions/A/LLDB",
"lldb.launch.expressions": "native" "lldb.launch.expressions": "native",
"sweetpad.build.xcodeWorkspacePath": "wake.xcodeproj/project.xcworkspace"
} }

View File

@ -51,6 +51,9 @@ struct WakeApp: App {
// route.view // route.view
// } // }
UserInfo() UserInfo()
.navigationDestination(for: AppRoute.self) { route in
route.view
}
} }
} else { } else {
// //