vue.config.js 426 B

1234567891011121314151617181920
  1. module.exports = {
  2. publicPath: './',
  3. // outputDir: "wxlist",
  4. // productionSourceMap: false,
  5. // devServer: {
  6. // port: '9090',
  7. // open: true,
  8. // disableHostCheck: true,
  9. // proxy: {
  10. // '/api': {
  11. // target: 'https://cadmin-service-demo.baiy.org',
  12. // changeOrigin: true,
  13. // ws: true,
  14. // pathRewrite: {
  15. // '^/api': ''
  16. // }
  17. // }
  18. // }
  19. // }
  20. };