LYajun 1 year ago
parent
commit
c0c745408b

BIN
CampusAssistant.xcworkspace/xcuserdata/henry.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 2
CampusAssistant/MainController.swift

@@ -34,9 +34,9 @@ import YJExtensions
 
 // WkWebView加载地址  http://m.lancooedu.com/#/login http://isca.lancooedu.com/airobot/AndroidWeb/index.html
 #if DEBUG
-    let mainUrl:String = "http://isca.lancooedu.com/airobot/AndroidWeb/index.html"
+    let mainUrl:String = "http://m.lancooedu.com/#/login"
 #else
-    let mainUrl:String = "http://m.lancooedu.com"
+    let mainUrl:String = "http://m.lancooedu.com/#/login"
 #endif
 
 class MainController: UIViewController,WKUIDelegate, WKNavigationDelegate, WKScriptMessageHandler,UINavigationControllerDelegate {