码迷,mamicode.com
首页 > 其他好文 > 详细

vue-cli 解决Invalid Host header

时间:2017-12-21 17:14:33      阅读:308      评论:0      收藏:0      [点我收藏+]

标签:tsp   config   UI   tor   sse   level   local   nec   option   

 
在webpack.dev.conf.js中添加:disableHostCheck: true
 
devServer: {
 public: ‘local.kingsum.biz‘,
 clientLogLevel: ‘warning‘,
 historyApiFallback: true,
hot: true,
compress: true,
host: HOST || config.dev.host,
port: PORT || config.dev.port,
 
open: config.dev.autoOpenBrowser,
overlay: config.dev.errorOverlay
? { warnings: false, errors: true }
: false,
publicPath: config.dev.assetsPublicPath,
proxy: config.dev.proxyTable,
quiet: true, // necessary for FriendlyErrorsPlugin

watchOptions: {
poll: config.dev.poll,
},
disableHostCheck: true     加上这段
}

vue-cli 解决Invalid Host header

标签:tsp   config   UI   tor   sse   level   local   nec   option   

原文地址:http://www.cnblogs.com/zhuwu/p/8080982.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!