const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
devServer:{
host: '0.0.0.0',
port:3000,
client: {
webSocketURL: 'ws://0.0.0.0:3000/ws',
},
headers: {
'Access-Control-Allow-Origin': '*',
}
},
transpileDependencies: true
})
?在vue的vue.config.js里這樣設(shè)置就不會(huì)報(bào)錯(cuò)啦,但是我也不知道問什么,純小白。。。文章來源地址http://www.zghlxwxcb.cn/news/detail-590346.html
文章來源:http://www.zghlxwxcb.cn/news/detail-590346.html
到了這里,關(guān)于VUE報(bào)錯(cuò):WebSocket connection to ‘ws:……ws‘ failed: Error in connection establishment: net::ERR_CONNECTI的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!