提示页面优化

This commit is contained in:
gongfuxiang
2019-05-27 00:58:59 +08:00
parent 74bd90c1a3
commit 98976ed514
20 changed files with 172 additions and 138 deletions

View File

@ -34,7 +34,7 @@ class Error extends Common
public function Index(Request $request)
{
$this->assign('msg', $request->controller().' 控制器不存在');
return $this->fetch('public/error');
return $this->fetch('public/tips_error');
}
}
?>