vue.config.js 406 B

1234567891011121314151617181920
  1. module.exports = {
  2. publicPath: '/',
  3. outputDir: "dist",
  4. productionSourceMap: false,
  5. // devServer: {
  6. // port: '8080',
  7. // open: true,
  8. // disableHostCheck: true,
  9. // proxy: {
  10. // '/': {
  11. // target: 'http://kf-qmx-test.jianyu360.cn',
  12. // changeOrigin: true,
  13. // ws: false,
  14. // pathRewrite: {
  15. // '^/': ''
  16. // }
  17. // }
  18. // }
  19. // }
  20. }