vue.config.js 376 Bytes
//
// module.exports = {
//   dev: {
//
//     // Paths
//     assetsSubDirectory: 'static',
//     assetsPublicPath: '/',
//     proxyTable: {
//       '/api': {
//         target: 'https://bus.jycrtc.com/', //后期可以改
//         changeOrigin: true,
//         pathRewrite: {
//           '^/api': ''
//         }
//       }
//     }, //配置跨域支持
//   }
// }