From d2d883c55e8c8afc849005599a8827719c00b1b2 Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 30 Jul 2021 11:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=B8=BB=E9=A2=98=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/ThemeService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/ThemeService.php b/app/service/ThemeService.php index 3910b8e8f..7ceb4789a 100755 --- a/app/service/ThemeService.php +++ b/app/service/ThemeService.php @@ -23,7 +23,7 @@ use app\service\ResourcesService; class ThemeService { // 静态目录和html目录 - private static $html_path = 'application'.DS.'index'.DS.'view'.DS; + private static $html_path = 'app'.DS.'index'.DS.'view'.DS; private static $static_path = 'public'.DS.'static'.DS.'index'.DS; // 排除的文件后缀