diff --git a/lua/app/module/login/login_manager.lua b/lua/app/module/login/login_manager.lua index 36eb9db3..e7be8421 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()