|
@@ -46,6 +46,22 @@ function addNotFindPage(router) {
|
|
|
from: from
|
|
|
}
|
|
|
})
|
|
|
+
|
|
|
+ if (window.jQuery) {
|
|
|
+ $.ajax({
|
|
|
+ url: '/data-export/help-report',
|
|
|
+ method: 'post',
|
|
|
+ data: {
|
|
|
+ type: 'Error getHasRouteMatched beforeEach',
|
|
|
+ extra: JSON.stringify({
|
|
|
+ router: router,
|
|
|
+ to: to,
|
|
|
+ from: from
|
|
|
+ })
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
window.top.location.replace(notFindPage);
|
|
|
} else {
|
|
|
next();
|
|
@@ -62,6 +78,18 @@ function addNotFindPage(router) {
|
|
|
router: router
|
|
|
}
|
|
|
})
|
|
|
+ if (window.jQuery) {
|
|
|
+ $.ajax({
|
|
|
+ url: '/data-export/help-report',
|
|
|
+ method: 'post',
|
|
|
+ data: {
|
|
|
+ type: 'Error getHasRouteMatched',
|
|
|
+ extra: JSON.stringify({
|
|
|
+ router: router,
|
|
|
+ })
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
window.top.location.replace(notFindPage);
|
|
|
}
|
|
|
}
|