// module.exports={ // devServer: { // open: true,//vue项目启动时自动打开浏览器 // port: 8092, // host: 'localhost', // proxy: { // "": { // target: "https://bus.jycrtc.com", // changeOrigin: true, // ws: true, // pathRewrite: { // }, // }, // }, // }, // }