From 7851d2a5d27db2f5dceb775d0258530febf28aad Mon Sep 17 00:00:00 2001 From: chenxi Date: Fri, 21 Apr 2023 23:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/login/login_manager.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/app/module/login/login_manager.lua b/lua/app/module/login/login_manager.lua index af9a8724..20bc371b 100644 --- a/lua/app/module/login/login_manager.lua +++ b/lua/app/module/login/login_manager.lua @@ -5,11 +5,11 @@ LoginManager.SERVER_LIST = {} LoginManager.selectIndex = 0 function LoginManager:showLoginUI() - if not Platform:getIsPublishChannel() then + -- if not Platform:getIsPublishChannel() then self:showTestLoginUI() - return - end - UIManager:showUI("app/module/login/login_ui") + -- return + -- end + -- UIManager:showUI("app/module/login/login_ui") end function LoginManager:showTestLoginUI()