我的路径<Route path="/:id" component={Query} />中有一条App.js 当我尝试导航到 时localhost:3000/abc.xyz,页面显示找不到页面 注意:该项目正在使用 vitejs
<Route path="/:id" component={Query} />
App.js
localhost:3000/abc.xyz
reactjs react-router-dom vite
react-router-dom ×1
reactjs ×1
vite ×1