@@ -765,7 +765,7 @@ export default {
})
.catch(() => {
if (this.$route.query.reportId != undefined) {
- window.location.replace(window.location.origin + '/mobile/myHistoricalDaily');
+ window.location.replace(window.location.origin + '/mobile/home');
} else {
this.onClickLeft();
}