Commit 8e1e23e2 authored by agping's avatar agping

显示 对应页面

parent ec55d802
...@@ -18,5 +18,10 @@ class VideoCheck extends Basic{ ...@@ -18,5 +18,10 @@ class VideoCheck extends Basic{
public function videoCheckList(){ public function videoCheckList(){
$this->display("video_check_list"); $this->display("video_check_list");
if (!$this->request->isAjax()) {
return view('video_check/video_check_list');
}
} }
} }
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
<title>Title</title> <title>Title</title>
</head> </head>
<body> <body>
6666
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment