Route::domain('www','home'); Route::domain('wap','mobile'); Route::domain(['wap', 'www'], function () { // 动态注册域名的路由规则 Route::get('blog', 'blog/index'); });