From 93d1508dc855acc19ee50d2ed9b50ceac0463bf9 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 26 Feb 2024 16:33:23 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/merchant/system.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/route/merchant/system.php b/route/merchant/system.php index f36852d5..40525104 100644 --- a/route/merchant/system.php +++ b/route/merchant/system.php @@ -86,13 +86,13 @@ Route::group(function () { Route::get('product_cart', '/productCart')->name('merchantStatisticsProductCart')->option([ '_alias' => '商品加购排行', ]); - Route::get('get_merchant_count', '/getMerchantCount')->name('merchantStatisticsMerchantCount')->option([ + Route::get('get_merchant_count', '/getMerchantCount')->option([ '_alias' => '首页未处理业务统计', ]); - Route::get('get_merchant_todo', '/getMerchantTodo')->name('merchantStatisticsMerchantTodo')->option([ + Route::get('get_merchant_todo', '/getMerchantTodo')->option([ '_alias' => '待办事项', ]); - Route::get('get_product_sales_price_top', '/getProductSalesPriceTop')->name('merchantStatisticsProductSalesPriceTop')->option([ + Route::get('get_product_sales_price_top', '/getProductSalesPriceTop')->option([ '_alias' => '获取商户代办统计', ]); })->prefix('merchant.Common')->option([ From a122126cd24b9983cdfe252a184f50b8d4f4e0b4 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 26 Feb 2024 16:46:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/admin/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/admin/menu.php b/route/admin/menu.php index 481f7bc6..08ad5b4d 100644 --- a/route/admin/menu.php +++ b/route/admin/menu.php @@ -99,7 +99,7 @@ Route::group(function () { Route::delete('delete/:id', '/delete')->name('systemSupplyMenuDelete')->append(['merchant' => 1])->option([ '_alias' => '商户菜单/权限删除', ]); - })->prefix('admin.system.auth.Menu')->option([ + })->prefix('admin.system.auth.SupplyMenu')->option([ '_path' => '/supply/system', '_auth' => true, ]);