mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
Route::domain('www', function(){
Route::register(':action', 'index/Index/:action');
Route::register(':hash', 'index/Index/redirect?type=short');
Route::register('d/:hash', 'index/Index/redirect?type=qrcode');
});