init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace plugin\admin\app\controller;
|
||||
|
||||
use support\Response;
|
||||
|
||||
/**
|
||||
* 视频监控(占位)
|
||||
*/
|
||||
class VideoController extends Base
|
||||
{
|
||||
/**
|
||||
* 浏览
|
||||
*/
|
||||
public function index(): Response
|
||||
{
|
||||
return raw_view('video/index');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user