前端项目实战35-路由懒加载优化

const EmployeeSkill=lazy(() => 
import("@/views/systemmanage/emploeeskills/emploeeskills"))
const Factory=lazy(() => 
import("@/views/factorymodeling/factoryManage/factory"))
const MachiningCenter=lazy(() => 
import("@/views/factorymodeling/machiningCenter/index"))

posted @ 2022-10-14 08:19  前端导师歌谣  阅读(19)  评论(0)    收藏  举报