mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-03 04:19:37 +08:00
主题列表错误修复
This commit is contained in:
parent
e12dea3a71
commit
d2d883c55e
@ -23,7 +23,7 @@ use app\service\ResourcesService;
|
|||||||
class ThemeService
|
class ThemeService
|
||||||
{
|
{
|
||||||
// 静态目录和html目录
|
// 静态目录和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;
|
private static $static_path = 'public'.DS.'static'.DS.'index'.DS;
|
||||||
|
|
||||||
// 排除的文件后缀
|
// 排除的文件后缀
|
||||||
|
Loading…
Reference in New Issue
Block a user