fix: 修改ip

This commit is contained in:
2026-01-03 13:31:00 +08:00
parent 903ae909d6
commit d730f8725f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
BASE_API: '"http://124.222.155.209:9000"',
BASE_API: '"192.168.123.5"',
PROTOCOL:'"https://"',
}