const Foo = () => import('path')  // 懒加载页面需要时加载

import Foo from ('path') // 全部加载