vue.config.js 462 B

1234567891011121314151617181920212223
  1. // import { config } from './config/config';
  2. // let apiBaseurl='http://forest.hw.hongweisoft.com/data/forest-portal';
  3. // // 解决跨域
  4. // module.exports = {
  5. // devServer: {
  6. // proxy: {
  7. // '/prefix/data': {
  8. // target: apiBaseurl,
  9. // pathRewrite: {
  10. // '^/prefix': ''
  11. // }
  12. // }
  13. // },
  14. // }
  15. // }
  16. // module.exports = {
  17. // publicPath: "./",
  18. // devServer: {
  19. // disableHostCheck: true
  20. // }
  21. // }