|
@@ -16,6 +16,8 @@ Route::get('think', function () {
|
|
Route::get('hello/:name', 'index/hello');
|
|
Route::get('hello/:name', 'index/hello');
|
|
|
|
|
|
Route::get('datastatistics', 'index/index/datastatistics');
|
|
Route::get('datastatistics', 'index/index/datastatistics');
|
|
|
|
+
|
|
|
|
+Route::get('mealcenterstatistics', 'index/index/mealcenterlist');
|
|
return [
|
|
return [
|
|
|
|
|
|
];
|
|
];
|