|
@@ -36,6 +36,15 @@ Route::group(function () {
|
|
|
Route::post('oil/create', '/oil_create')->name('systemAwardOilCreate')->option([
|
|
Route::post('oil/create', '/oil_create')->name('systemAwardOilCreate')->option([
|
|
|
'_alias' => '节能油等级添加',
|
|
'_alias' => '节能油等级添加',
|
|
|
]);
|
|
]);
|
|
|
|
|
+ Route::post('oil/update/:id', '/oil_update')->name('systemAwardOilUpdate')->option([
|
|
|
|
|
+ '_alias' => '文章编辑',
|
|
|
|
|
+ ]);
|
|
|
|
|
+ Route::delete('oil/delete/:id', '/oil_delete')->name('systemAwardOilDelete')->option([
|
|
|
|
|
+ '_alias' => '文章删除',
|
|
|
|
|
+ ]);
|
|
|
|
|
+ Route::get('oil/detail/:id', '/oil_detail')->name('systemAwardOilDetail')->option([
|
|
|
|
|
+ '_alias' => '文章详情',
|
|
|
|
|
+ ]);
|
|
|
})->prefix('admin.user.award')->option([
|
|
})->prefix('admin.user.award')->option([
|
|
|
'_path' => '/award/price',
|
|
'_path' => '/award/price',
|
|
|
'_auth' => true,
|
|
'_auth' => true,
|