修复bug
This commit is contained in:
@@ -92,6 +92,7 @@ class YMNetworkHelper: NSObject {
|
||||
if codeNum == 401 && UrlSss.contains("auth-center/sso/logout") == false {
|
||||
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "SessionTickValid"), object: nil)
|
||||
sessionNetMana.cancelAllRequests()
|
||||
keyWindow.rootViewController = BaseNavigationViewController(rootViewController:AuthLaunchVC())
|
||||
}
|
||||
var messageIn = response1.error.debugDescription
|
||||
if ResultMo.keys.contains("message") { messageIn = ResultMo["message"] as? String ?? "" }
|
||||
|
@@ -6,3 +6,5 @@
|
||||
#import <SVGAPlayer/SVGA.h>
|
||||
#import "RecordVoiceManager.h"
|
||||
#import <Qiniu/QiniuSDK.h>
|
||||
#import <StreamingKit/STKAudioPlayer.h>
|
||||
|
||||
|
Reference in New Issue
Block a user