Browse Source

修复:在数据库绑定了店铺,在市场经理后台店铺列表不显示此店铺

master
lanzu_qsy 5 years ago
parent
commit
81a00468c5
  1. 2
      app/Admin/routes.php

2
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');

Loading…
Cancel
Save