Commit f71e9125d4cb37dde4d98b7b042fa21cf686f0ec

Authored by “张旭”
2 parents 4e3e4b0c 6dadae49
metaCode/Classes/Other/AppDelegate.swift
... ... @@ -10,6 +10,7 @@ import CNLiveRequestBastKit
10 10 import IQKeyboardManagerSwift
11 11 import CNLiveShareToolKit
12 12 //import RangersAPM
  13 +import CNLiveEnvironment
13 14 import CNLivePayCostModule
14 15  
15 16 @main
... ... @@ -41,6 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
41 42  
42 43 //设置APP环境
43 44 CNLiveMCEnvironmentManager.shared.setupEnvironment(environment: .production)
  45 + CNLiveEnvironmentManager.setEnvironment(.productionAppStore)
44 46  
45 47 window = UIWindow.init(frame: UIScreen.main.bounds)
46 48 window?.backgroundColor = KVCBackgroupColor
... ...