兩層路由:const routes = [{ path: '/dashboard',//第一層路由 component: App, getIndexRoute(nextState, cb) {}, childRoutes: [{//子路由 path: 'product', getComponent(nextState, cb) {}, }],}]如果子路由里面再設置子路由該怎么設置呢?
dva多層路由設置問題
幕布斯6054654
2018-12-19 22:19:12