We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一个菜单,两个二级菜单分别指向了两个页面,权限里也给超级管理员权限了,路由也配置了,指向页面就提示无权限访问,,,是不是有bug啊??
The text was updated successfully, but these errors were encountered:
这个功能没有bug、 亲测有效,多半路由配置不对
Route::group(['namespace' => 'Admin', 'prefix' => 'admin', 'middleware' => ['auth', 'permission:resume']], function (){ //简历展示 Route::group(['middleware' => 'permission:resume.resume'], function () { Route::get('resume', 'ResumeController@resume')->name('admin.resume'); }); });
Sorry, something went wrong.
只有一级菜单的时候,跳转链接不起作用,我看这个地方没连接,请问应该如何解决啊,还有就是这里的menu没找到是在哪个控制器里的
No branches or pull requests
一个菜单,两个二级菜单分别指向了两个页面,权限里也给超级管理员权限了,路由也配置了,指向页面就提示无权限访问,,,是不是有bug啊??
The text was updated successfully, but these errors were encountered: