From 4c8a466f75bf9eca29e9b5c9ad15db5757e5035d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 28 Aug 2024 16:26:10 +0800
Subject: [PATCH] 首次提交
---
config/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/index.js b/config/index.js
index 027c5f3..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: "0.0.0.0", // 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