如何去掉前边的 member.php 呢
Route::group(['name'=>'home','ext'=>'html'], [
'<uid>$' =>['member/user/index',['method'=>'GET|POST'],['uid' => '\d+']],
]);