Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
h5: { publicPath: '/', devServer: { host: 'localhost', port: 9001, proxy: { '/': { target: 'https://xx.xx.com', changeOrigin: true, } } } }
本地代理请求接口,在后端不改的情况下 如何能够请求成功。现在是能够跨域,但是后端接口不支持跨域。