|
@@ -11,7 +11,7 @@ export default defineComponent({
|
|
|
router.onError(error => {
|
|
|
const str = error.message + '';
|
|
|
const isChunkLoadFailed = str.indexOf('imported');
|
|
|
-
|
|
|
+ console.log(error)
|
|
|
// const targetPath = router.history.pending.fullPath
|
|
|
if (isChunkLoadFailed != -1 && !isOpen) {
|
|
|
isOpen = true;
|