This commit is contained in:
chenxi 2023-04-21 23:10:29 +08:00
parent 594d5ac6c6
commit 7851d2a5d2

View File

@ -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()