@@ -423,7 +423,7 @@ const onClickLeft = () => {
if(route.query.type=='picking'){
history.back();
}else {
- back()
+ goBack()
}
};