<Grid style={{ flexGrow: "1", margin: "24px 0 0 24px" }} > {/* <Routes> <Route path="demo/t_prod_category/:code" element={<CategoryListData/>}></Route> <Route path="demo/t_prod_style/:code" element={<CategoryListData/>}></Route> </Routes> */} <Admin dataProvider={dataProvider} basename='/demoman' layout={appLayout} > <Resource name='t_prod_style' list={CateGoryList} hasEdit /> <CustomRoutes> <Route path="myFirstPage/: mycode" element={<FirstPage />} /> <Route path="mySecondPage/: mycode" element={<SecondPage />} /> </CustomRoutes> </Admin> </Grid>