Browse Source

其他-调整代码形式

ZhouJieSheng 1 year ago
parent
commit
fb8551889b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      PDF Office/Helper/ServiceHelper.cs

+ 1 - 3
PDF Office/Helper/ServiceHelper.cs

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