From 8aaae285a471ff1b031485ead007c4e6d3da0376 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 9 Nov 2023 09:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/controller/IndexController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index/controller/IndexController.php b/app/index/controller/IndexController.php index 7aa76b665..642a3082b 100644 --- a/app/index/controller/IndexController.php +++ b/app/index/controller/IndexController.php @@ -18,7 +18,7 @@ class IndexController extends BaseController */ public function index($name = '你好,likeadmin') { - $template = app()->getRootPath() . 'public/pc/index.html'; + $template = app()->getRootPath() . 'public/admin/index.html'; if (Request::isMobile()) { $template = app()->getRootPath() . 'public/mobile/index.html'; }