From d0c29acde5b1ca7a0b7c309e241137edc2d156ae Mon Sep 17 00:00:00 2001 From: proudlx <965752348@qq.com> Date: Wed, 7 Apr 2021 09:00:19 +0800 Subject: [PATCH] =?UTF-8?q?'=E8=87=AA=E5=8A=A8=E5=85=A5=E5=8F=B8'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) 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, } }