Browse Source

更改ws:false

hanyuqing
hanyuqing 1 week ago
parent
commit
236e2aeb7d
  1. 1
      vue/vue.config.js

1
vue/vue.config.js

@ -8,6 +8,7 @@ module.exports = defineConfig({
'/': {
target: 'http://localhost:8088',
changeOrigin: true,
ws: false,
}
}
},

Loading…
Cancel
Save