chenhao 4 年之前
父节点
当前提交
0a5c325971
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Search.php

+ 1 - 1
application/api/controller/Search.php

@@ -47,7 +47,7 @@ class Search extends Api
 
         if (!empty($data2)) {
             foreach ($data2 as $m=>$n) {
-                $data2[$m]['image'] = config('site.httpurl').$data2[$m]['image'];
+//                $data2[$m]['image'] = config('site.httpurl').$data2[$m]['image'];
                 $data2[$m]['type'] = 2;
             }
         }