vue之路由重定向
程序员文章站
2022-03-24 19:14:22
...
const routes = [{
path: '/',
name: 'Home',
component: Home
redirect: 'Isme' //redirect 重定向,让它把首页重定向到isme
}]
上一篇: PHP数组融合的两种方法
下一篇: thinkphp配置文件路径的方法