修复路由
This commit is contained in:
parent
93d1508dc8
commit
a122126cd2
@ -99,7 +99,7 @@ Route::group(function () {
|
|||||||
Route::delete('delete/:id', '/delete')->name('systemSupplyMenuDelete')->append(['merchant' => 1])->option([
|
Route::delete('delete/:id', '/delete')->name('systemSupplyMenuDelete')->append(['merchant' => 1])->option([
|
||||||
'_alias' => '商户菜单/权限删除',
|
'_alias' => '商户菜单/权限删除',
|
||||||
]);
|
]);
|
||||||
})->prefix('admin.system.auth.Menu')->option([
|
})->prefix('admin.system.auth.SupplyMenu')->option([
|
||||||
'_path' => '/supply/system',
|
'_path' => '/supply/system',
|
||||||
'_auth' => true,
|
'_auth' => true,
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user