Results 5 comments of Justin

you can change line 628 `if (self.props.auth && !doBasicAuth(request)) {` to `if (request.url.endsWith('/')&&self.props.auth && !doBasicAuth(request)) {` it means only access directory need auth

> > you can change line 628 > > `if (self.props.auth && !doBasicAuth(request)) {` > > to > > `if (request.url.endsWith('/')&&self.props.auth && !doBasicAuth(request)) {` > > it means only access...

> > > > you can change line 628 > > > > `if (self.props.auth && !doBasicAuth(request)) {` > > > > to > > > > `if (request.url.endsWith('/')&&self.props.auth &&...

我也碰到了,执行.reloadData()方法就好了