修复了登录成功后跳转界面错误问题
This commit is contained in:
@@ -213,7 +213,8 @@ class BindPlateFragment : BaseFragment<FragmentBindPlateBinding>(
|
||||
MainActivity.start(
|
||||
requireContext(),
|
||||
pageType = PageType.PLATE_TIP,
|
||||
equipmentUserInfo = errorInfo.equipmentUserInfo
|
||||
equipmentUserInfo = errorInfo.equipmentUserInfo,
|
||||
isAdmin = true
|
||||
)
|
||||
} else {
|
||||
SerialApi.openPlate(
|
||||
|
||||
Reference in New Issue
Block a user