@@ -23,8 +23,7 @@
}
-#warning TODO 修改
-(UIViewController *)getUserCenterVc:(NSDictionary *)params{
- return [self performTarget:@"B" action:@"viewController" params:params shouldCacheTarget:NO];
+ return [self performTarget:@"userCenter" action:@"getUserCenterVc" params:params shouldCacheTarget:NO];
@end