为了账号安全,请及时绑定邮箱和手机立即绑定

A <Router> may have only one child element

A <Router> may have only one child element

倚天杖 2018-12-20 14:19:26
路由配置问题import React from 'react';import { Router, Route } from 'dva/router';import IndexPage from './routes/IndexPage';import Products from './routes/Products';function RouterConfig({ history }) {  return (    <Router history={history}>      <Route path="/" component={IndexPage}/>      <Route path="/Products" component={Products}/>    </Router>  ); }export default RouterConfig;这里提示Router中只能有一个Route配置,删掉一个就可以了,但是我要如何配置多个路由?
查看完整描述

1 回答

?
大话西游666

TA贡献1817条经验 获得超14个赞

用一个div把这两个Route包起来就好了,报错已经写得很清楚了


查看完整回答
反对 回复 2019-01-26
  • 1 回答
  • 0 关注
  • 874 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信