路由重定向

最近需要用到路由重定向,记录两种:

1.vue-router

{path:'/', redirect:'../xxxx/xxxx'}

2.Umijs

import Redirect from 'umi/redirect';

<Redirect to="/login" />



posted @ 2019-03-23 11:36  SANKE_3G  阅读(1065)  评论(0编辑  收藏  举报