From 1eab0f2ad1a237fe63459a48c733b87c96155f3d Mon Sep 17 00:00:00 2001 From: sc Date: Wed, 24 Nov 2021 13:23:08 +0800 Subject: [PATCH] =?UTF-8?q?:pencil2:=20=E4=BF=AE=E5=A4=8Dvue.config.js?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 33359f70..581e61cc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,7 +9,7 @@ module.exports = { //开发服务,build后的生产模式还需nginx代理 devServer: { - open: false, //运行后自动打开游览器 + open: false, //运行后自动打开浏览器 port: 2800, //挂载端口 proxy: { '/api': {