@@ -37,9 +37,7 @@ namespace PDF_Master.Helper
#if DEBUG
//测试环境
public static string RequestHost = "http://139.196.160.101:8081";
-#endif
-
-#if !DEBUG
+#else
//正式环境
public static string RequestHost = "https://pdfmaster.pdfreaderpro.com";
#endif