From 012063396513696b3c9ca9f6b413264ad5b4a31b Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 28 Nov 2022 11:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=93=B6=E4=BF=9Dapp=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 90c7be9cf..a4c67c7b4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -33,8 +33,8 @@ module.exports = { // return options // }) }, - devServer:{ + devServer: { host:'localhost', - port:8082, + port: 8082 } }