diff --git a/Class/Login/LoginViewController.m b/Class/Login/LoginViewController.m
index b56f7c90ff88978cc35eeb1ad3c39cb109ad3b29..0a5907231cbd9d7d45067731553390752955cf4d 100644
--- a/Class/Login/LoginViewController.m
+++ b/Class/Login/LoginViewController.m
@@ -487,6 +487,7 @@
             UIAlertController *alertVC = [UIAlertController alertControllerWithTitle:@"提示" message:[NSString stringWithFormat:@"发现新版本%@,快去更新吧!",dict[@"version"]] preferredStyle:UIAlertControllerStyleAlert];
             [alertVC addAction:[UIAlertAction actionWithTitle:@"我知道了" style:UIAlertActionStyleDestructive handler:^(UIAlertAction * _Nonnull action) {
                 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:dict[@"url"]]];
+//                [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-services://?action=download-manifest&url=http://www.pgyer.com/app/plist/95fcb4e47cf3d6c7309a2760ccccde66"]];
             }]];
             //是否强制更新
             if (![dict[@"forceupdate"] isEqualToString:@"1"]) {
diff --git a/Lighting/Info.plist b/Lighting/Info.plist
index bc4b8be4446d867f38ecc8422ff84c67118d530e..a821b5ef3a9456d1e8be000f51f2ff99c1b05d03 100644
--- a/Lighting/Info.plist
+++ b/Lighting/Info.plist
@@ -15,7 +15,7 @@
 	<key>CFBundleName</key>
 	<string>欧立方</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.2.4</string>
+	<string>1.2.5</string>
 	<key>CFBundleURLTypes</key>
 	<array>
 		<dict>
diff --git a/Tools/PrefixHeader.pch b/Tools/PrefixHeader.pch
index 419538f53ca48c76cabc9edd34b9fec4e957207d..62b20e503eaa0da8f738c2f82a367d56a2514bb1 100644
--- a/Tools/PrefixHeader.pch
+++ b/Tools/PrefixHeader.pch
@@ -140,7 +140,7 @@
 /**
  *  服务器开发地址
  */
-#define SERVERREQUESTURL(URL)  [NSString stringWithFormat:@"http://139.196.195.30:8090/opple-web/app%@",URL]
+//#define SERVERREQUESTURL(URL)  [NSString stringWithFormat:@"http://139.196.195.30:8090/opple-web/app%@",URL]
 
 
 /**
@@ -151,7 +151,7 @@
 //**
 // *  服务器正式地址
 // */
-//#define SERVERREQUESTURL(URL)  [NSString stringWithFormat:@"http://dg.opple.com/opple-web/app%@",URL]
+#define SERVERREQUESTURL(URL)  [NSString stringWithFormat:@"http://dg.opple.com/opple-web/app%@",URL]
 
 /**
  *  搜索框输入通知