主题列表错误修复

This commit is contained in:
Devil 2021-07-30 11:35:25 +08:00
parent e12dea3a71
commit d2d883c55e

View File

@ -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;
// 排除的文件后缀