同步已迁移的 iOS 模块
This commit is contained in:
@ -413,6 +413,8 @@ struct HomeView: View {
|
||||
switch route {
|
||||
case .tab(let tab):
|
||||
appRouter.select(tab)
|
||||
case .orders(let entry):
|
||||
appRouter.selectOrders(entry: entry)
|
||||
case .destination(let route):
|
||||
router.navigate(to: .home(route))
|
||||
case .unsupported(let uri, let title, _):
|
||||
|
||||
Reference in New Issue
Block a user