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

阅读 69

2023-02-12


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)

0 0 举报