[login]
[展示btn错误]
This commit is contained in:
yangyakun
2026-03-17 20:08:16 +08:00
parent a64ddd739a
commit df373cec15
2 changed files with 3 additions and 7 deletions

View File

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