devServer: { port: 8084, host: '', hot: true, open: true, disableHostCheck: true, // 跨域 // proxy: { // '/': { // target: 'https://xxx.xxx.com', // changeOrigin: true, // pathRewrite: { // '^/': '/' // } // } // }, }