From 4917fc3a8a4d6616ba3fdf98b1b3d261561c2d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 28 Jul 2025 11:41:18 +0800 Subject: [PATCH] tijiao --- .gitignore | 1 + config/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66ee05f..4f6f554 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ selenium-debug.log common/common.vue /src/views/common/common.vue config/index.js +config/index.js diff --git a/config/index.js b/config/index.js index a8f8fa9..da5cab6 100644 --- a/config/index.js +++ b/config/index.js @@ -23,7 +23,7 @@ module.exports = { }, // Various Dev Server settings - host: '192.168.110.160', // can be overwritten by process.env.HOST + host: '192.168.110.159', // can be overwritten by process.env.HOST port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined autoOpenBrowser: true, errorOverlay: true,