改变Yii2的默认路由

修改配置文件

return [
    'name'=>'AA后台',
    'id' => 'app-backend',
    'defaultRoute'=>'shop/index',//路由
    ……
];

127.0.0.1/index.php会自动跳转到shop/index

原文地址:https://www.cnblogs.com/baby123/p/4933788.html