Browse Source

1.预生产环境 首次链接问题

huangxiaodong 1 year ago
parent
commit
5c60fb8949

+ 4 - 4
创维盒子/双子星云手机/AppDelegate/PrefixHeader.pch

@@ -98,12 +98,12 @@ isBangsScreen; \
 //#define CloudService   @"http://14.18.190.141:1801"
 //#define shareService   @"http://testprivacy.phone.armclouding.com:1801/h5/#/pages/fileSharing/index?productType=Private-X&token="
 
-#define CloudService   @"http://testprivacy.phone.androidscloud.com:1801"
-#define shareService   @"http://testprivacy.phone.androidscloud.com:1801/h5/#/pages/fileSharing/index?productType=Private-X&token="
+//#define CloudService   @"http://testprivacy.phone.androidscloud.com:1801"
+//#define shareService   @"http://testprivacy.phone.androidscloud.com:1801/h5/#/pages/fileSharing/index?productType=Private-X&token="
 
 //预生产环境
-//#define CloudService   @"http://testprivacy.phone.androidscloud.com:10900"
-//#define shareService   @" http://testprivacy.phone.androidscloud.com:10900/h5/#/pages/fileSharing/index?productType=Private-X&token="
+#define CloudService   @"http://testprivacy.phone.androidscloud.com:10900"
+#define shareService   @" http://testprivacy.phone.androidscloud.com:10900/h5/#/pages/fileSharing/index?productType=Private-X&token="
 
 //生产环境
 //#define CloudService   @"http://hiboxde.armclouding.com:7780"

+ 3 - 0
创维盒子/双子星云手机/Class/Guide/SetPWDSecondViewController.m

@@ -337,6 +337,9 @@
     
     UIWindow* window = [iTools getKeyWindow];
     window.rootViewController = nextVC;
+    
+    //第一次没有主动链接的问题
+    [[webSocketManager shareInstance] opencommandChannelManagerrc_openURL];
 }
 
 @end