为了账号安全,请及时绑定邮箱和手机立即绑定

vue路又返回时的问题

vue路又返回时的问题

牛魔王的故事 2018-11-14 09:02:05
 我从/audit ==> /auditlist  $router.back(-1) 却返回到了 / 就是默认的首页,请问什么毛病    routes: [     {      path: '',       component: Home,       children: [         {          path: '/',           component: Explorer,          name: "Explorer"         },         {          path: '/audit',           component: Audit,          name: "Audit",         },         {          path: '/auditlist',           component: AuditList,          name: "AuditList"         },       ]     },     {      path:'/login',       component: Login,      name: "Login",     }   ]
查看完整描述

1 回答

?
幕布斯7119047

TA贡献1794条经验 获得超8个赞

这个得看你的点击历史了。
正常都是通过window.history.length来判断是否存在上一级 
如果没有 则直接首页

查看完整回答
反对 回复 2018-11-14
  • 1 回答
  • 0 关注
  • 607 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信