##短网址访问 在 app/index/route/app.php最底下添加 ```php Route::get(':id', 'Article/detail'); ``` 即可实现 demain/xxx 对文章的访问