美文网首页
vue中route的mode变成history模式

vue中route的mode变成history模式

作者: 月下小酌_dbd5 | 来源:发表于2022-03-03 19:28 被阅读0次
    • 一定要加上base,否则部署到服务器会出现问题
    const router = new VueRouter({
      routes,
      mode: 'history',
      base: '/warehouse-official/' //index.html 的路径
    })
    

    相关文章

      网友评论

          本文标题:vue中route的mode变成history模式

          本文链接:https://www.haomeiwen.com/subject/hdyurrtx.html