DolphinEnglishLearnStudent/AppDelegate.swift
@@ -16,9 +16,6 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. sleep(2) if WXApi.isWXAppInstalled(){ WXApi.registerApp(WeChatAPPID, universalLink: "https://dollearn/app/") } return true }