vue.config.js 346 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 // module.exports={ // devServer: { // open: true,//vue项目启动时自动打开浏览器 // port: 8092, // host: 'localhost', // proxy: { // "": { // target: "https://bus.jycrtc.com", // changeOrigin: true, // ws: true, // pathRewrite: { // }, // }, // }, // }, // }