vue路由跳转

{

path: '/home',

component: Home,

redirect:'/home/index',

children: [

{

path: 'index',

component: MyHome

},

{

path: 'self_test',

component: SelfTest

},

{

path: 'owm_info',

component: OwnInfo

},

]

},

{

path: '/testing',

component: Testing

},

我从/home/self_test进入到testing路由 是可以的 然后再从/testing路由返回到/home/self_test路由  地址栏路径瞬间变成了/index  有没有哪位大佬 可以解答一下  万分感谢

404s will fallback to /index.html 

慕勒8167199
浏览 1242回答 2
2回答

此ID又隐藏了

看看是不是你写的重定向引起的~~

黄沛元

问题没头没尾的
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Vue.js