/** * 引入Prompt */ import {Prompt} from 'react-router'; /** * 当前Page返回的render中写上: */ <Prompt message={() => { //写判断逻辑等代码 return true;//返回true标示离开当前页面;false表示留在当前页面 } }></Prompt>