环境:php7.4+nginx
版本:多商户系统3.3版本。
问题:新增了数据表other_config.期望是可以对后台进行增删改查
路由配置:
Route::group(function () {
Route::group('customer/other_config', function () {
Route::get('lst', '/lst')->name('systemCustomerOtherConfigLst')->option([
'_alias' => '配置列表',
]);********其他增删改查省略
})->prefix('admin.customer.Otherconfig')->option([
'_path' => '/customer/otherconfig',
'_auth' => true,
]);
后台添加权限:如图

点击访问:404 .如何修改使能正常访问

