Commit df93c649 authored by jim's avatar jim

fix #716 Contact with dva / router coupling

parent c5449a3a
import React from 'react'; import React from 'react';
import { Route, Redirect } from 'dva/router'; import { Route, Redirect } from 'react-router-dom';
import Authorized from './Authorized'; import Authorized from './Authorized';
class AuthorizedRoute extends React.Component { class AuthorizedRoute extends React.Component {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment