vue-cli域名访问Invalid Host header

webpack.dev.conf.js中添加:disableHostCheck: true

const devWebpackConfig = merge(baseWebpackConfig, {
  ...

  // these devServer options should be customized in /config/index.js
  devServer: {
    disableHostCheck: true,
    ...

版权声明:
作者:Joe.Ye
链接:https://www.appblog.cn/index.php/2023/03/12/vue-cli-domain-access-invalid-host-header/
来源:APP全栈技术分享
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
海报
vue-cli域名访问Invalid Host header
在webpack.dev.conf.js中添加:disableHostCheck: true const devWebpackConfig = merge(baseWebpackConfig, { ... // these devServer options should ……
<<上一篇
下一篇>>
文章目录
关闭
目 录