Browse Source

小程序首页

lizhen_gitee 8 months ago
parent
commit
6ddbec765b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Index.php

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

@@ -9,7 +9,7 @@ use think\Db;
  */
 class Index extends Api
 {
-    protected $noNeedLogin = ['*'];
+    protected $noNeedLogin = ['index'];
     protected $noNeedRight = ['*'];
 
     /**