Browse Source

Merge branch 'master' of ssh://8.134.10.79:222/Leadfyy.co/hainan

master
Shuixiang 4 years ago
parent
commit
4b81ff4cce
  1. 1
      app/AdminAgent/routes.php

1
app/AdminAgent/routes.php

@ -26,7 +26,6 @@ Route::group([
$router->resource('industry_product/list', 'IndustryProductController'); $router->resource('industry_product/list', 'IndustryProductController');
$router->resource('industry_order/list', 'IndustryOrderController'); $router->resource('industry_order/list', 'IndustryOrderController');
$router->get('industry_order/qrcode/{verify_code}', 'IndustryOrderController@qrcode'); $router->get('industry_order/qrcode/{verify_code}', 'IndustryOrderController@qrcode');
$router->get('industry_order/pay', 'IndustryOrderController@pay');
$router->resource('demand', 'DemandController'); $router->resource('demand', 'DemandController');
$router->resource('demand_bidding', 'DemandBiddingController'); $router->resource('demand_bidding', 'DemandBiddingController');

Loading…
Cancel
Save