3.2.2结版

This commit is contained in:
2023-08-14 17:50:37 +08:00
parent 8a03631c5e
commit c686fb4e8f
21 changed files with 178 additions and 63 deletions
@@ -155,6 +155,7 @@ class MainActivity : BaseAppCompatActivity() {
fun jumpLogin() {
var inl = Intent(con, LoginActivity::class.java)
startActivity(inl)
}