|
|
|
|
34
|
Route::get('/product_orders', 'ProductOrderController@list');
|
34
|
Route::get('/product_orders', 'ProductOrderController@list');
|
35
|
Route::get('/server_infos', 'ClassifyController@home');
|
35
|
Route::get('/server_infos', 'ClassifyController@home');
|
36
|
Route::get('/classifies', 'ClassifyController@list');
|
36
|
Route::get('/classifies', 'ClassifyController@list');
|
37
|
-Route::get('/company_info', 'HomePageController@getBottom');
|
|
|
|
|
37
|
+Route::get('/company_info', 'HomePageController@introduce');
|
38
|
|
38
|
|
39
|
Route::post('/campaign/store', 'CampaignController@store');
|
39
|
Route::post('/campaign/store', 'CampaignController@store');
|
40
|
Route::post('/product/store', 'ProductController@store');
|
40
|
Route::post('/product/store', 'ProductController@store');
|