diff --git a/vue.config.js b/vue.config.js index 33009a717..90c7be9cf 100644 --- a/vue.config.js +++ b/vue.config.js @@ -34,6 +34,7 @@ module.exports = { // }) }, devServer:{ + host:'localhost', port:8082, } }