vue.config.js 342 B

12345678910111213141516
  1. const { defineConfig } = require('@vue/cli-service')
  2. module.exports = defineConfig({
  3. transpileDependencies: true,
  4. // devServer:{
  5. // // proxy:{
  6. // // '/api':{
  7. // // target:'http://192.168.2.55:8022',
  8. // // changeOrigin:true,
  9. // // ws:false,
  10. // // }
  11. // // }
  12. // }
  13. publicPath:'./'
  14. })