想要修改customer 下的 leftMenu 菜单 `php
// 在账户中心左侧栏显示的菜单。
        'leftMenu'  => [
            'Account Dashboard'     => 'customer/account',
            'Account Information'   => 'customer/editaccount',
            'Address Book'          => 'customer/address',
            'My Orders'             => 'customer/order',
            'My Product Reviews'    => 'customer/productreview',
            'My Favorite'           => 'customer/productfavorite',
        ],
按照文档在@appfront/config/fecshop_local_modules下重写了Customer.php  为什么没有效果? 急。。