作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

问题文档修复

... ... @@ -19,7 +19,7 @@ use app\index\model\Store;
class Goods extends Frontend
{
protected $noNeedLogin = [''];
protected $noNeedLogin = ['index','detail'];
protected $noNeedRight = ['*'];
public function _initialize()
... ...