更新 google 登录

This commit is contained in:
2024-08-23 18:31:14 +08:00
parent 5e65b7fe4d
commit 2dd2ee0281
21 changed files with 301 additions and 83 deletions

View File

@@ -2,5 +2,6 @@ package com.aiosman.riderpro
object ConstVars {
// api 地址
const val BASE_SERVER = "https://8.137.22.101:8088"
const val BASE_SERVER = "http://192.168.31.250:8088"
// const val BASE_SERVER = "https://8.137.22.101:8088"
}