From eaa683a4bb955ef0801333fcf496df5ef2121357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E9=BE=99?= Date: Mon, 28 Sep 2020 10:06:30 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'app/controller/front/Inde?= =?UTF-8?q?x.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/front/Index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/controller/front/Index.php b/app/controller/front/Index.php index 0ee987f3..3e6bba88 100644 --- a/app/controller/front/Index.php +++ b/app/controller/front/Index.php @@ -21,6 +21,10 @@ class Index extends Base { return $this->fetch(); } + /** + * @title miss + * @return [type] [description] + */ public function miss(){ return $this->fetch(); }