Commit 9e2e7e88 authored by David黄金龙's avatar David黄金龙

1、 删除一处备注

2、添加一处备注
parent d653dd19
...@@ -66,7 +66,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate { ...@@ -66,7 +66,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, WXApiDelegate {
YHOneKeyLoginManager.shared.configOneKeyLogin() YHOneKeyLoginManager.shared.configOneKeyLogin()
YHOSSManager.share.getOSSID() YHOSSManager.share.getOSSID()
//for test hjl
AGCInstance.startUp() AGCInstance.startUp()
AGCAppLinking.instance().handle { (link, error) in AGCAppLinking.instance().handle { (link, error) in
let deepLink = link?.deepLink let deepLink = link?.deepLink
......
...@@ -90,6 +90,7 @@ extension YHButlerServiceManager { ...@@ -90,6 +90,7 @@ extension YHButlerServiceManager {
/// 灰度打开 /// 灰度打开
func isUatAllowed() -> Bool { func isUatAllowed() -> Bool {
let allowed = YHUatHelper.shared.getUatModuleStatusBy(module: .QiYu_Service) == 1 let allowed = YHUatHelper.shared.getUatModuleStatusBy(module: .QiYu_Service) == 1
//TODO: for test Alex
return allowed || true return allowed || true
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment