feat: 添加云盘与消息中心功能
This commit is contained in:
@ -37,8 +37,12 @@ enum HomeRouteHandler {
|
||||
selectTab(.statistics, from: viewController)
|
||||
case "system_settings":
|
||||
viewController.navigationController?.pushViewController(SettingViewController(), animated: true)
|
||||
case "message_center":
|
||||
viewController.navigationController?.pushViewController(MessageCenterViewController(), animated: true)
|
||||
case "space_settings":
|
||||
viewController.navigationController?.pushViewController(ProfileSpaceSettingsViewController(), animated: true)
|
||||
case "cloud_management":
|
||||
viewController.navigationController?.pushViewController(CloudDriveListViewController(), animated: true)
|
||||
case "pilot_cert":
|
||||
let controller = RealNameAuthViewController()
|
||||
viewController.navigationController?.pushViewController(controller, animated: true)
|
||||
|
||||
Reference in New Issue
Block a user