@@ -118,7 +123,12 @@ function dynamicImport(dynamicViewsModules: Record<string, () => Promise<Recorda
warn(
'Please do not create `.vue` and `.TSX` files with the same file name in the same hierarchical directory under the views folder. This will cause dynamic introduction failure'
);
return;
returnEXCEPTION_COMPONENT;
}else{
warn(
`Failed to find dynamic import component: ${component}`