feat: 修改request拦截

This commit is contained in:
ibuler
2020-06-10 20:32:58 +08:00
parent 03dc949e26
commit abe8b0f673
3 changed files with 4 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ module.exports = {
productionSourceMap: false,
devServer: {
port: port,
host: 'localhost',
host: '0.0.0.0',
open: false,
overlay: {
warnings: false,