0
点赞
收藏
分享

微信扫一扫

前端项目实战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"))

举报

相关推荐

0 条评论