其他分享
首页 > 其他分享> > Vue项目 invalid host header 问题 配置 disableHostCheck:true报错

Vue项目 invalid host header 问题 配置 disableHostCheck:true报错

作者:互联网

项目场景:
解决 Vue 项目 invalid host header 问题disableHostCheck:true报错

问题描述
使用内网穿透时出现 invalid host header
找了好多都是让
配置vue.config.js
系统报错
// vue3 vue.config.js
module.exports = {
// 跳过检查host
devServer: { disableHostCheck: true }
}

按照上述进行配置时出现报错信息
解决方法:https://blog.csdn.net/dkf1799897/article/details/123841509

标签:Vue,invalid,header,host,报错,disableHostCheck,true
来源: https://www.cnblogs.com/yolocatcat/p/16596908.html