This commit is contained in:
2025-07-28 11:41:18 +08:00
parent d7e415e210
commit 4917fc3a8a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -21,3 +21,4 @@ selenium-debug.log
common/common.vue common/common.vue
/src/views/common/common.vue /src/views/common/common.vue
config/index.js config/index.js
config/index.js

View File

@@ -23,7 +23,7 @@ module.exports = {
}, },
// Various Dev Server settings // 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 port: 8001, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true, autoOpenBrowser: true,
errorOverlay: true, errorOverlay: true,