react-admin-antd icon indicating copy to clipboard operation
react-admin-antd copied to clipboard

(原始版本在 - Router 分支)基于React-Antd的后台管理系统; 将使用webpack3+Redux+React-router4+styled-components+ESlint4(目前为测试数据, 非正式)

Results 2 react-admin-antd issues
Sort by recently updated
recently updated
newest added

@didilinkin privateRoutes.js中,exact为true,应该只能对访问路径为/拦截,验证是否登录,如下: const privateRoutes = [{ path: '/', exact: true, component: PrivateRoute // 无其他信息; 不需要渲染组件 }] 那么,访问其他的路径,是不会验证登录的,是不是有问题?