@@ -38,7 +38,6 @@ const promptExit = () => {
taost(t('common.exitApp'))
}
useBackButton(-1, () => {
- console.log(route)
if (route.matched[0].name === 'index') {
promptExit()
} else if (!ionRouter.canGoBack()) {