Browse Source

Merge branch 'master' of igamebox/mtb_store_frontend into stable

moshaorui 3 tháng trước cách đây
mục cha
commit
9ce74ace1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Helpers/SiteCache.php

+ 1 - 1
app/Helpers/SiteCache.php

@@ -44,7 +44,7 @@ class SiteCache
                 if ($appearance && $publishList) {
                     $dist['appearance'] = $appearance;
                     $dist['publishList'] = $publishList;
-                    $dist['template_name'] = $appearance['title'];
+                    $dist['template_name'] = $appearance['folder'];
                 } else {
                     return null; // 如果 appearance 或 publishList 加载失败,返回 null
                 }