Browse Source

小程序首页

lizhen_gitee 9 tháng trước cách đây
mục cha
commit
6ddbec765b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = ['*'];
 
     /**