[清扫车]清扫车烟台环境域名修改

This commit is contained in:
bxb
2023-03-23 16:33:10 +08:00
parent b81d87435a
commit 922ab45708
4 changed files with 24 additions and 6 deletions

View File

@@ -10,7 +10,9 @@ class SweeperConst {
private const val BASE_URL_OCH_DEV = "https://och-driver-dev.zhidaozhixing.com"
private const val BASE_URL_OCH_QA = "https://och-driver-qa.zhidaozhixing.com"
private const val BASE_URL_OCH_RELEASE = "https://och-driver.zhidaozhixing.com"
//private const val BASE_URL_OCH_RELEASE = "https://och-driver.zhidaozhixing.com"
private const val BASE_URL_OCH_RELEASE = "https://och-driver-yt.zhidaozhixing.com"
@JvmStatic
fun getBaseUrl(): String {

View File

@@ -515,8 +515,8 @@ class SweeperFragment : BaseSweeperTabFragment<SweeperFragment?, SweeperPresente
//模拟结束子任务
override fun debugEndSubTask() {
//mPresenter?.onArriveTaskEnd(null)
super.debugEndSubTask()
mPresenter?.onArriveTaskEnd(null)
//super.debugEndSubTask()
}
/**