proxy: { '/nrms': { target: 'http://localhost:8921/', changeOrigin: true, ws: true, pathRewrite: { '^/nrms': '/' } }, '/': { target: 'http://192.168.31.84/', changeOrigin: true, ws: false }, }
比如本地运行,nrms服务,可增加配置项,nrms服务使用本地的
标签:vue,http,接口,ws,本地,nrms,true From: https://www.cnblogs.com/pangchunlei/p/17378111.html