例子:
// yii class rewrite map
'yiiClassMap' => [
// 'fecshop\app\appfront\helper\test\My' => '@appfront/helper/My.php',
],
// 重写model和block
'fecRewriteMap' => [
'\fecshop\app\appfront\modules\Catalog\block\category\Index' => '\fecyo\app\appfront\modules\Catalog\block\category\Index',
// '\fecshop\app\appfront\modules\Customer\block\address\Edit' => '\fectb\app\appfront\modules\Customer\block\address\Edit',
],
仔细看一下格式。