nookery

Results 4 issues of nookery

` Route::get('/{any}', 'LaravueController@index')->where('any', '.*'); ` Why use {any}? Is that means no matter what the route is, the background page is displayed?

ln: Permission denied

### bug 描述 配置路由前缀后,有好多地方根本就没加上这个前缀。 比如:用户管理-编辑-新建权限

🐛bug