|
@@ -11,18 +11,18 @@ class KMLightMemberConfig: NSObject {
|
|
|
var isDebug: Bool = true
|
|
|
var kServerURL: String {
|
|
|
get {
|
|
|
-// #if DEBUG
|
|
|
-// if self.isDebug {
|
|
|
-//// 测试服务器
|
|
|
-// return "http://139.196.160.101:8081"
|
|
|
-// } else {
|
|
|
-// //正式服务器
|
|
|
-// return "https://pdfmaster.pdfreaderpro.com"
|
|
|
-// }
|
|
|
-// #else
|
|
|
+ #if DEBUG
|
|
|
+ if self.isDebug {
|
|
|
+// 测试服务器
|
|
|
+ return "http://139.196.160.101:8081"
|
|
|
+ } else {
|
|
|
+ //正式服务器
|
|
|
+ return "https://pdfmaster.pdfreaderpro.com"
|
|
|
+ }
|
|
|
+ #else
|
|
|
//正式服务器
|
|
|
return "https://pdfmaster.pdfreaderpro.com"
|
|
|
-// #endif
|
|
|
+ #endif
|
|
|
|
|
|
}
|
|
|
}
|