From b0d02792f19ee957b6fc5b4782b0361b3b47081a Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 28 Nov 2022 11:38:22 +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 | 1 + 1 file changed, 1 insertion(+) 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, } }