|
@@ -50,8 +50,8 @@ static NSMutableDictionary * rootDic = nil;
|
|
|
//
|
|
//
|
|
|
self.moduleName = self.moduleName?:@"UU_RN";
|
|
self.moduleName = self.moduleName?:@"UU_RN";
|
|
|
|
|
|
|
|
- NSString * strUrl = @"http://10.1.80.96:8081/index.bundle?platform=ios";
|
|
|
|
|
- jsCodeLocation = [NSURL URLWithString:strUrl] ;
|
|
|
|
|
|
|
+// NSString * strUrl = @"http://10.1.80.96:8081/index.bundle?platform=ios";
|
|
|
|
|
+// jsCodeLocation = [NSURL URLWithString:strUrl] ;
|
|
|
|
|
|
|
|
if (!rootDic) {
|
|
if (!rootDic) {
|
|
|
|
|
|
|
@@ -145,7 +145,7 @@ static NSMutableDictionary * rootDic = nil;
|
|
|
// appDelegate.allowRotation = NO;
|
|
// appDelegate.allowRotation = NO;
|
|
|
// //切换到竖屏
|
|
// //切换到竖屏
|
|
|
// [UIDevice switchNewOrientation:UIInterfaceOrientationPortrait];
|
|
// [UIDevice switchNewOrientation:UIInterfaceOrientationPortrait];
|
|
|
-//
|
|
|
|
|
|
|
+//
|
|
|
// [self.chartVC dismissViewControllerAnimated:YES completion:nil];
|
|
// [self.chartVC dismissViewControllerAnimated:YES completion:nil];
|
|
|
//
|
|
//
|
|
|
// }
|
|
// }
|
|
@@ -165,8 +165,6 @@ static NSMutableDictionary * rootDic = nil;
|
|
|
//允许转成横屏
|
|
//允许转成横屏
|
|
|
appDelegate.allowRotation = YES;
|
|
appDelegate.allowRotation = YES;
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|