猿问

vue路又返回时的问题

 我从/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",
    }
  ]


牛魔王的故事
浏览 608回答 1
1回答

幕布斯7119047

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

相关分类

Vue.js
我要回答