From c5ddb6449611fba5b7619ecac5c0729dad6b3cac Mon Sep 17 00:00:00 2001 From: yangyakun Date: Sun, 26 Feb 2023 18:58:12 +0800 Subject: [PATCH] =?UTF-8?q?[build=20=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 ++ app/urlConfig.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4e9764e384..b72f804cb0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -471,6 +471,8 @@ Object readFileToJson(env){ def variantName() { if(gradle.startParameter.taskNames.size()>0) { def taskName = gradle.startParameter.taskNames[0] + taskName = taskName.replace("Debug","") + taskName = taskName.replace("Release","") if (taskName.endsWith("Qa")) { return "qa" } else if (taskName.endsWith("Online")) { diff --git a/app/urlConfig.json b/app/urlConfig.json index 75cc1b7ca8..ee3e7c4ede 100644 --- a/app/urlConfig.json +++ b/app/urlConfig.json @@ -8,7 +8,7 @@ "socket_tech_url": "" }, "online": { - "och_url": "http://tech-dev.zhidaohulian.com", + "och_url": "http://tech.zhidaohulian.com", "shuttle_url": "https://och-driver.zhidaozhixing.com", "passport_url": "", "socket_base_url": "",