WIN-2308041133\Administrator 5 月之前
父节点
当前提交
5c0088be82
共有 1 个文件被更改,包括 3 次插入0 次删除
  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' => '节能油等级列表',
         ]);