// 如果当前是在 /big 下 if (window.location.pathname.startsWith('/admin')) { import('./admin/index') }else{ import('./home/index') }