error1:
Uncaught SyntaxError: Unexpected token '<'
开发模式下,
vue.config.js设置 publicPath:'./'或者空时
路由history模式下动态路由 报错
module.exports = {
publicPath:'./',
}
image.png
re: 改为 publicPath:'/', 或者路由不使用history模式
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
网友评论