BUG
无故事王国
2023-11-17 e97b863bfafb2fc0fd870abc933276aa96a17a45
WanPai/AppDelegate.swift
@@ -117,6 +117,7 @@
    func needLogin(){
      UserViewModel.clearToken()
      UserDefaults.standard.setValue(nil, forKey: "currentStuId")
      if JQ_currentViewController() is LoginVC{return}
      let loginNav = LoginNav(rootViewController: LoginVC())
      loginNav.modalPresentationStyle = .fullScreen