From 42c29b4552daf2eef493c0e7e29c21611ebd8ac2 Mon Sep 17 00:00:00 2001
From: lxl <lixuliang_hd@126.com>
Date: 星期三, 21 九月 2022 10:55:41 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB

---
 vue.config.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 3c4014c..0b3fcbf 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,4 +1,9 @@
 module.exports = {
   lintOnSave: false,
-  publicPath: "./",
+  publicPath: './',
+  devServer: {
+    host: '0.0.0.0', //鎸囧畾瑕佷娇鐢ㄧ殑 host
+    port: 12315, //鎸囧畾绔彛鍙蜂互渚﹀惉
+    hotOnly: false, //鍚敤鐑ā鍧楁浛鎹紝鑰屾棤闇�椤甸潰鍒锋柊浣滀负鏋勫缓澶辫触鏃剁殑鍥為��銆�
+  },
 };

--
Gitblit v1.9.3