Commit e3317f98 authored by hujun's avatar hujun

1

parent 70e2d038
......@@ -33,7 +33,7 @@ class Notice extends Basic
*/
public function index() {
if (!$this->request->isAjax()) {
// return view('index');
return view('index');
}
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
......
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