15313670163 2 months ago
parent
commit
07b3f74875
2 changed files with 1 additions and 1 deletions
  1. 1 1
      app/JsonRpc/WebsiteService.php
  2. 0 0
      runtime/container/scan.cache

+ 1 - 1
app/JsonRpc/WebsiteService.php

@@ -1296,7 +1296,7 @@ class WebsiteService implements WebsiteServiceInterface
         }
         $website_foot = WebsiteTemplateInfo::where('website_id',$data['website_id'])->where('status',2)->first();
         $website_head = Website::where('id',$data['website_id'])
-        ->select('id','website_name','logo','title','keywords','description')->first();
+        ->select('id','website_name','logo','title','keywords','description','website_url')->first();
         if (empty($website_foot)) {
             return Result::error("暂无底部基础信息",0);
         }

File diff suppressed because it is too large
+ 0 - 0
runtime/container/scan.cache


Some files were not shown because too many files changed in this diff