This commit is contained in:
2020-08-02 08:47:44 +08:00
parent 4435098171
commit f3ecc018ff
11 changed files with 232 additions and 89 deletions

View File

@@ -90,12 +90,11 @@ function CLLPStart.setLuasAtBegainning()
end
function CLLPStart.setData(pars)
user = pars[1]
selectedServer = pars[2]
selectedServer = pars.server
end
function CLLPStart.show()
--CLLPStart.createPanel()
NetProto.setSever(selectedServer.host, selectedServer.port)
end
-- 刷新页面