Route::domain('m','m');
//pc路由
Route::rule('tel/[:id]/','index/tel/index');
现在我访问
http://m.tp.com/tel/index.html为什么会提示index模块不存在,错误提示at APP::module(['index', 'tel', 'index']), 找index模块去了,
我配置了domain('m','m'),不是应该访问module(['m', 'tel', 'index'])吗?
最佳答案
