@@ -123,12 +118,7 @@ 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'
);
returnEXCEPTION_COMPONENT;
}else{
warn(
`Failed to find dynamic import component: ${component}`