美文网首页
Vue router history Uncaught Sy

Vue router history Uncaught Sy

作者: Nicholas_liang | 来源:发表于2020-10-12 10:23 被阅读0次

Vue-router('history')  模式


Uncaught SyntaxError: Unexpected token '<'

原因:

        config配置了 publicPath: './'

解决办法:

        vue-cli3.0下:在vue.config里设置publicPath:‘/’

        vue-cli2.x下:在config/index里设置assetsPublicPath:‘/’

相关文章

网友评论

      本文标题:Vue router history Uncaught Sy

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