同步个人空间配置页面

This commit is contained in:
2026-07-08 12:31:03 +08:00
parent 8a65d3c104
commit e88cd4a9a4
6 changed files with 2280 additions and 1 deletions

View File

@ -35,8 +35,10 @@ enum HomeRouteHandler {
selectTab(.orders, from: viewController)
case "photographer_stats":
selectTab(.statistics, from: viewController)
case "system_settings", "space_settings":
case "system_settings":
selectTab(.profile, from: viewController)
case "space_settings":
viewController.navigationController?.pushViewController(ProfileSpaceSettingsViewController(), animated: true)
case "pilot_cert":
let controller = RealNameAuthViewController()
viewController.navigationController?.pushViewController(controller, animated: true)