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
No description provided.
The text was updated successfully, but these errors were encountered:
啥意思?
Sorry, something went wrong.
新增菜单信息 生成好控制器 ,配置好路由返回 404
这个js路由怎么配呢
路由配置: // Laravel 路由 Route::resource('aliorders', C\AliorderController::class);
// Vue 路由 'aliorders': () => import('@v/aliorders/Index'), 'aliorders/create': () => import('@v/aliorders/Form'), 'aliorders/:id(\d+)/edit': () => import('@v/aliorders/Form'),
添加到 resources/admin/src/views/pages.js
resources/admin/src/views/pages.js
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: