diff --git a/vue.config.js b/vue.config.js index a00766a31..33009a717 100644 --- a/vue.config.js +++ b/vue.config.js @@ -32,5 +32,8 @@ module.exports = { // options[0].fileBlacklist.push(/myasyncRoute(.)+?\.js$/) // return options // }) + }, + devServer:{ + port:8082, } }