From 81a00468c59f868e75f542c329b1aa0c3d43bc6e Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Fri, 4 Sep 2020 15:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D:=E5=9C=A8=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E7=BB=91=E5=AE=9A=E4=BA=86=E5=BA=97=E9=93=BA=EF=BC=8C?= =?UTF-8?q?=E5=9C=A8=E5=B8=82=E5=9C=BA=E7=BB=8F=E7=90=86=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=88=97=E8=A1=A8=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=AD=A4=E5=BA=97=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Admin/routes.php b/app/Admin/routes.php index a6102e8..258b144 100644 --- a/app/Admin/routes.php +++ b/app/Admin/routes.php @@ -19,7 +19,7 @@ Route::group([ $router->any('/mp_data', 'LanzuMpInfoController@showData'); $router->resource('/mm', 'LanzuMmInfoController'); $router->resource('/market', 'ImsCjdcMarketController'); - $router->resource('/store', 'ImsCjdcStoreController'); + $router->resource('/stores', 'ImsCjdcStoreController'); $router->resource('/mp_withdraw', 'LanzuMpWithdrawController'); $router->resource('/mm_withdraw', 'LanzuMmWithdrawController'); $router->resource('/cs', 'LanzuCsInfoController');