摘要: // 路由懒加载 (原来写法) // export const loadView = (view) => { // return () => import(`@/views/${view}`) // } //新写法 export const loadView = (view) => { return 阅读全文
posted @ 2021-04-15 09:41 小白呀白菜 阅读(2352) 评论(0) 推荐(0) 编辑