diff --git a/catchAdmin/index/controller/Index.php b/catchAdmin/index/controller/Index.php index fdacc9d..6112225 100644 --- a/catchAdmin/index/controller/Index.php +++ b/catchAdmin/index/controller/Index.php @@ -1,17 +1,28 @@ fetch(); } - public function theme() + /** + * + * @time 2019年12月11日 + * @throws \Exception + * @return string + */ + public function theme(): string { return $this->fetch(); } diff --git a/catchAdmin/index/view/index.html b/catchAdmin/index/view/index.html index fa6325a..af758f3 100644 --- a/catchAdmin/index/view/index.html +++ b/catchAdmin/index/view/index.html @@ -85,7 +85,7 @@