ShowJoy

Results 2 issues of ShowJoy

求教,嵌套路由,缓存了的组件每次都会重新调用,导致页面很慢 ### index.js (入口文件) ```javascript import { getRoutes } from 'route.js'; // 下面的route.js文件 const routes = [ { path: "/p", redirect: "/p/a/list", component: () => import("../layouts/Default"), children: [ { path:...