Browse Source

基础配置

lizhen_gitee 3 months ago
parent
commit
e30d595752
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Baseconfig.php

+ 1 - 0
application/api/controller/Baseconfig.php

@@ -34,6 +34,7 @@ class Baseconfig extends Api
             'deletetime' => null,
             'deletetime' => null,
         ];
         ];
         $index_show_product = Db::name('unishop_product')->field('id,image,title')->where($map)->find();
         $index_show_product = Db::name('unishop_product')->field('id,image,title')->where($map)->find();
+        $index_show_product = info_domain_image($index_show_product,['image']);
 
 
 
 
         //结果
         //结果