import {Suspense,lazy} from 'react'; import Layout from '../page/layout'; const HomeView = lazy(() => import('@/views/HomeView')); const AboutView = lazy(() => import('@/views/AboutView')); const Loading = ()=>(