// 无权限路由 import { FC } from 'react' const NotAccess: FC = () => { return
not access
} export default NotAccess