美文网首页
Uncaught SyntaxError: Unexpected

Uncaught SyntaxError: Unexpected

作者: 多点干货少点废话 | 来源:发表于2020-04-09 15:48 被阅读0次

error1:

Uncaught SyntaxError: Unexpected token '<'

开发模式下,
vue.config.js设置 publicPath:'./'或者空时
路由history模式下动态路由 报错

module.exports = {
    publicPath:'./',
}
image.png

re: 改为 publicPath:'/', 或者路由不使用history模式

相关文章

网友评论

      本文标题:Uncaught SyntaxError: Unexpected

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