暂无 |

路由404配置 与Switch

p>Switch能让匹配的路由唯一

01 导入Switch

  import {BrowserRouter as Router,Route,Link,Switch,NavLink,Redirect} from 'react-router-dom'

02 定义路由


  
  
  
  
  

定义404路由要写到最后

03 编写404路由

function NoMatch({location}){
  return (

页面没有找到{location.pathname}

); }
location 当前的地址
pathname 当了地址信息

0

java教程
php教程
php+mysql教程
ThinkPHP教程
MySQL
C语言
css
javascript
Django教程

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论