Logo white

BJ_web_developers / wxgzh

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wxgzh
  • vue.config.js
  • 江阴领取优惠券调接口
    92e91fa6
    刘淇 authored
    2022-05-27 10:30:31 +0800  
    Browse Code »
vue.config.js 346 Bytes
Edit Raw Blame History Permalink
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: {
//         },
//       },
//     },
//   },
// }