From ed9cd83511b99c92a8fe432d1128b963eaee4e3e Mon Sep 17 00:00:00 2001 From: ahbmz Date: Tue, 1 Nov 2022 15:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=AF=8C=E6=96=87=E6=9C=ACht?= =?UTF-8?q?ml=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/Index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index/controller/Index.php b/app/index/controller/Index.php index d4d2a88..100227d 100644 --- a/app/index/controller/Index.php +++ b/app/index/controller/Index.php @@ -36,6 +36,7 @@ class Index extends Base // 首页 public function index() { + return redirect('/admin'); // 手机端跳转 $mobileUrl = Cms::goToMobile($this->system['mobile'], $this->appName); if ($mobileUrl !== false) {