WIN-2308041133\Administrator 5 月之前
父节点
当前提交
ce4c8c97e9
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      route/admin/award.php

+ 4 - 1
route/admin/award.php

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