video-template-2
This commit is contained in:
@@ -76,6 +76,15 @@ Route::get('/searchhome/0', function (\think\Request $Request, SiteContext $Site
|
||||
})->ext('html');
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 导航
|
||||
*/
|
||||
Route::get('/map', function (\think\Request $Request, SiteContext $SiteContext) {
|
||||
return view('video/getMap.html');
|
||||
})->ext('html');
|
||||
|
||||
|
||||
/**
|
||||
* 路由配置文件
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user