Commit 2923c3d3 by WeiCong

完善FETOPN

parent c512be66
......@@ -12,6 +12,7 @@ import './index.less'
import Home from '../Home'
import PXIRouter from '../Business/PXI'
import FETRouter from '../Business/FET'
const {
Header, Footer, Sider, Content,
......@@ -41,6 +42,7 @@ export default class LayoutCom extends Component {
<Route path="/home" component={Home} />
{/*模块路由插入开始*/}
<Route path="/business/pxi" component={PXIRouter} />
<Route path="/business/fet" component={FETRouter} />
{/*模块路由插入结束*/}
<Redirect path="/" to="/home" />
</Switch>
......
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