|
|
@@ -33,13 +33,9 @@ Route::group(function () {
|
|
|
Route::get('oil/lst', '/oil_lst')->name('systemAwardOilLst')->option([
|
|
|
'_alias' => '节能油等级列表',
|
|
|
]);
|
|
|
- Route::post('create', '/create')->name('systemArticleArticleCreate')->option([
|
|
|
- '_alias' => '文章添加',
|
|
|
+ Route::post('create', '/create')->name('systemAwardOilCreate')->option([
|
|
|
+ '_alias' => '节能油等级添加',
|
|
|
]);
|
|
|
-// Route::get('select', '/select')->option([
|
|
|
-// '_alias' => '文章分类筛选',
|
|
|
-// '_auth' => false,
|
|
|
-// ]);
|
|
|
})->prefix('admin.user.award')->option([
|
|
|
'_path' => '/award/price',
|
|
|
'_auth' => true,
|