Ray Zhang 7 лет назад
Родитель
Сommit
55811caff9

BIN
RedAnt CRM/APEX CRM/APEX CRM.xcodeproj/project.xcworkspace/xcuserdata/ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
RedAnt CRM/APEX CRM/APEX CRM/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
 	<key>CFBundleShortVersionString</key>
-	<string>1.10</string>
+	<string>1.11</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
 	<string>40504</string>
 	<string>40504</string>
 	<key>LSRequiresIPhoneOS</key>
 	<key>LSRequiresIPhoneOS</key>

+ 1 - 1
RedAnt CRM/APEX CRM/APEX CRM/RAWKWebView.m

@@ -240,7 +240,7 @@
      */
      */
     
     
     NSString *urlStr = [params objectForKey:@"url"];
     NSString *urlStr = [params objectForKey:@"url"];
-    urlStr = @"http://192.168.0.130/ios.pdf";
+//    urlStr = @"http://192.168.0.130/ios.pdf";
     if (urlStr) {
     if (urlStr) {
         
         
         RAProgressHUD *hud = [RAProgressHUD showHUDOnView:self.ra_viewController.view];
         RAProgressHUD *hud = [RAProgressHUD showHUDOnView:self.ra_viewController.view];

+ 4 - 4
RedAnt CRM/APEX CRM/APEX CRM/ViewController.m

@@ -53,7 +53,7 @@
 
 
 
 
     
     
-    vc.url = @"http://192.168.1.150:8080/MyWeb/html/test.html";
+//    vc.url = @"http://192.168.1.150:8080/MyWeb/html/test.html";
     
     
     
     
     
     
@@ -61,14 +61,14 @@
         case 0:
         case 0:
             break;
             break;
         case 1:
         case 1:
-            vc.url=@"http://192.168.1.108:8081/j/crm/mobile/login";
+//            vc.url=@"http://192.168.1.108:8081/j/crm/mobile/login";
             break;
             break;
         case 2:
         case 2:
-             vc.url=@"http://192.168.0.110:8080/j/crm/mobile/login"; // @"http://www.dcloud.io/hellomui/"
+//             vc.url=@"http://192.168.0.110:8080/j/crm/mobile/login"; // @"http://www.dcloud.io/hellomui/"
             break;
             break;
         case 3:
         case 3:
             
             
-            vc.url=@"http://m.sui.taobao.org/demos/";
+//            vc.url=@"http://m.sui.taobao.org/demos/";
             break;
             break;
         case 4:
         case 4:
 //            vc.url=@"http://www.tingall.com/?index";
 //            vc.url=@"http://www.tingall.com/?index";

+ 3 - 3
RedAnt CRM/APEX CRM/APEX CRM/config/config.h

@@ -9,11 +9,11 @@
 #ifndef config_h
 #ifndef config_h
 #define config_h
 #define config_h
 #define URL_SERVER @"https://ra.apexshipping.com"
 #define URL_SERVER @"https://ra.apexshipping.com"
-#define URL_LOGIN @"https://ra.apexshipping.com/apexcrm/crm/mobile/login";
-#define URL_UPDATE_TOKEN @"https://ra.apexshipping.com/apexcrm/crm/mobile/token.mo/";
+#define URL_LOGIN @"https://ra.apexshipping.com/apexcrm/crm/mobile/login"
+#define URL_UPDATE_TOKEN @"https://ra.apexshipping.com/apexcrm/crm/mobile/token.mo/"
 
 
 //#define URL_SERVER @"http://192.168.1.108:8081"
 //#define URL_SERVER @"http://192.168.1.108:8081"
-//#define URL_LOGIN @"http://192.168.1.108:8081/j/crm/mobile/login";
+//#define URL_LOGIN @"http://192.168.1.108:8081/j/crm/mobile/login"
 //#define URL_UPDATE_TOKEN @"http://192.168.1.108:8081/j/crm/mobile/token.mo/"
 //#define URL_UPDATE_TOKEN @"http://192.168.1.108:8081/j/crm/mobile/token.mo/"
 
 
 #endif /* config_h */
 #endif /* config_h */