|
|
@@ -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 {
|