生产域名配置

This commit is contained in:
mazengfei
2026-03-31 19:46:39 +08:00
parent 8eae8c2b3c
commit 13f893cd0c
2 changed files with 7 additions and 2 deletions
@@ -45,7 +45,7 @@ object GlobalData {
*/
const val TEST_BASE_URL = "http://192.168.1.201:14801"
const val UAT_BASE_URL = "https://dev.yixiong-tech.com:8081"
const val PROD_BASE_URL = "生产环境"
const val PROD_BASE_URL = "https://api.dm.yixiong-tech.com:8443"
var appBaseUrl: String = ""
/**