Selaa lähdekoodia

Merge branch 'master' of igamebox/mtb_store_frontend into stable

moshaorui 3 kuukautta sitten
vanhempi
sitoutus
9ce74ace1c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
                 }