[8.4.0] 临时代码,司机屏临时全部改为无人化版本

This commit is contained in:
xinfengkun
2026-02-26 16:08:48 +08:00
parent c304a187a7
commit 991f43b14a

View File

@@ -366,7 +366,8 @@ object AppIdentityModeUtils {
//获取驾舱类型
@JvmStatic
fun getCockpitType(): CockpitType {
return CockpitType.getCockpitType(SPUtils.getInstance().getString(COCKPIT_TYPE, CockpitType.NONE.code))
// return CockpitType.getCockpitType(SPUtils.getInstance().getString(COCKPIT_TYPE, CockpitType.NONE.code))
return CockpitType.UNMANNED
}
}