'head_top' => [
'view' => 'widgets/head_top.php',
'class' => 'fecshop\local\local_components\HomeMenu', //这里是我写的出问了
],
这里有问题 'class' => 'fecshop\local\local_components\HomeMenu',
, 如果你是appfront入口,那么应该是: 'class' => 'appfront\local\local_components\HomeMenu',
报错就是找不到文件。