[fix]
[关闭开关、推出登录后关闭算路模块]
This commit is contained in:
yangyakun
2025-06-13 16:13:32 +08:00
parent edbcdfccc4
commit 9236467851
7 changed files with 44 additions and 3 deletions

View File

@@ -30,4 +30,9 @@ interface ISopSettingListener {
*/
fun onCarApertureClickEvent(status: Boolean){}
/**
* 验证算路模式
*/
fun onRoutingClickEvent(status: Boolean){}
}