From 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 02 Sep 2024 15:26:12 +0800
Subject: [PATCH] 1

---
 config/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/index.js b/config/index.js
index 2ba7612..85ac1ab 100644
--- a/config/index.js
+++ b/config/index.js
@@ -2,7 +2,6 @@
 // Template version: 1.3.1
 // see http://vuejs-templates.github.io/webpack for documentation.
 
-
 const path = require("path");
 
 module.exports = {
@@ -39,8 +38,9 @@
         }
       }
     },
+
     // Various Dev Server settings
-    host: "localhost", // can be overwritten by process.env.HOST
+    host: "192.168.10.109", // can be overwritten by process.env.HOST
     port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
     autoOpenBrowser: true,
     errorOverlay: true,

--
Gitblit v1.9.3