Browse Source

首页新功能

lizhen_gitee 2 months ago
parent
commit
ebdb4f9121
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Index.php

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

@@ -23,7 +23,7 @@ class Index extends Api
         $tag = list_domain_image($tag,['image']);
 
         //多个头条
-        $sys = Db::name('message_sys')->order('id desc')->select();
+        $sys = Db::name('index_sys')->order('id desc')->select();
 
         $result = [
             'tag' => $tag,