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
第27行$router->group(['namespace' => 'Admin', 'middleware' => ['auth','authAdmin','menu']], function () { ,authAdmin是否应与menu互换,否则当用户没有权限时返回的403页面中没有menu。会报错
The text was updated successfully, but these errors were encountered:
ErrorException in 663b423b3c850688667ebcfd842ea67d464ab135.php line 37: Undefined variable: comData (View: C:\Users\nass\Desktop\laravel5.2-Admin\resources\views\admin\layouts\mainSidebar.blade.php) (View: C:\Users\nass\Desktop\laravel5.2-Admin\resources\views\admin\layouts\mainSidebar.blade.php) (View: C:\Users\nass\Desktop\laravel5.2-Admin\resources\views\admin\layouts\mainSidebar.blade.php)
Sorry, something went wrong.
No branches or pull requests
第27行$router->group(['namespace' => 'Admin', 'middleware' => ['auth','authAdmin','menu']], function () {
,authAdmin是否应与menu互换,否则当用户没有权限时返回的403页面中没有menu。会报错
The text was updated successfully, but these errors were encountered: