1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// // module.exports = { // dev: { // // // Paths // assetsSubDirectory: 'static', // assetsPublicPath: '/', // proxyTable: { // '/api': { // target: 'https://bus.jycrtc.com/', //后期可以改 // changeOrigin: true, // pathRewrite: { // '^/api': '' // } // } // }, //配置跨域支持 // } // }