1. 程式人生 > >vue專案 sockjs-node一直報錯問題

vue專案 sockjs-node一直報錯問題

vue3下

  vue.config.js中  

    devServer: {       host: '0.0.0.0',       port: 8080,       proxy: {         '/': {           target: 'http://127.0.0.1:8080/',           changeOrigin: true,           pathRewrite: {             '^/': ''           },            ws: false
        }       }     }