美文网首页
vue mode: 'history'

vue mode: 'history'

作者: 张大丶 | 来源:发表于2018-10-16 17:20 被阅读0次

    vue去掉#号
    需要在 router上加上以下参数:

    mode: 'history',
    base:'/项目名称/目录名称',

    修改 config /index.js

    build 下面 assetsPublicPath: “/项目名称/目录名称/”

    后端 匹配 /项目名称/目录名称/ 下面的资源,重定向到打包后的index.html

    参考链接:
    https://segmentfault.com/a/1190000012408232

    相关文章

      网友评论

          本文标题:vue mode: 'history'

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