两个页面接入完成
This commit is contained in:
@@ -9,11 +9,6 @@ public class Main : MonoBehaviour, IController
|
||||
{
|
||||
private void Start()
|
||||
{
|
||||
ServicePointManager.ServerCertificateValidationCallback =
|
||||
(sender, certificate, chain, sslPolicyErrors) =>
|
||||
{
|
||||
return true; // 信任所有证书,仅开发环境使用
|
||||
};
|
||||
this.GetSystem<IPanelSystem>().PushQueue<StartPanel>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user