From b9086106957030c9a5cabc02923d052e805c5a8b Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 11 九月 2025 18:42:47 +0800 Subject: [PATCH] 0312 打包导致报错的editor问题,删除了7z --- Main/SDK/SDKUtils.cs | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Main/SDK/SDKUtils.cs b/Main/SDK/SDKUtils.cs index 079b964..15fda5b 100644 --- a/Main/SDK/SDKUtils.cs +++ b/Main/SDK/SDKUtils.cs @@ -910,10 +910,7 @@ m_Json.Clear(); m_Json["code"] = CodeU2A.FreePlatformLogout; SendMessageToSDK(m_Json); - if (ChannelPlatform == E_ChannelPlatform.Yl) - { - FreePlatformLogin(); - } + // FreePlatformLogin(); #endif } public void ShowAccountView() @@ -922,10 +919,9 @@ m_Json.Clear(); m_Json["code"] = CodeU2A.ShowAccountView; SendMessageToSDK(m_Json); - if (ChannelPlatform == E_ChannelPlatform.Yl) - { - FreePlatformLogin(); - } + + // FreePlatformLogin(); + #endif } public void FreePlatformSwitchAccount() -- Gitblit v1.8.0