|
@@ -16,6 +16,8 @@ use think\facade\Route;
|
|
|
Route::group('Education', function () {
|
|
Route::group('Education', function () {
|
|
|
//课程列表页面
|
|
//课程列表页面
|
|
|
Route::rule('index','Education/index');
|
|
Route::rule('index','Education/index');
|
|
|
|
|
+ //获取轮播列表
|
|
|
|
|
+ Route::rule('recommend','Education/recommend');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|