vue.config.js 110 B

12345678
  1. module.exports = {
  2. publicPath:'./',
  3. devServer:{
  4. Proxy:{
  5. ws:false
  6. }
  7. }
  8. }