1、 找到  vue.config.js 文件

2、添加允许访问的域名如下图

    allowedHosts: [
      'www.aaaa.com', // 允许访问的域名地址,即花生壳内网穿透的地址
    ],

3、重启  重启  重启