WIN-2308041133\Administrator 5 months ago
parent
commit
5c0088be82
1 changed files with 3 additions and 0 deletions
  1. 3 0
      route/admin/award.php

+ 3 - 0
route/admin/award.php

@@ -27,6 +27,9 @@ Route::group(function () {
         Route::get('lst', '/lst')->name('systemAwardPriceLst')->option([
             '_alias' => '积分价格列表',
         ]);
+        Route::get('lake/lst', '/lake_lst')->name('systemAwardPriceLst')->option([
+            '_alias' => '奖池列表',
+        ]);
         Route::get('oil/lst', '/oil_lst')->name('systemAwardOilLst')->option([
             '_alias' => '节能油等级列表',
         ]);