fix: 替换模板中的默认IP地址为121.40.164.32

修复JavaScript代码中的默认IP值:
- localStorage.getItem('externalIp') || '192.168.2.17'
- 改为:|| '121.40.164.32'

确保所有默认值统一为正确的对外IP地址
This commit is contained in:
2026-06-01 16:11:19 +08:00
parent 1d7f4c2bed
commit 21240dc108
5 changed files with 15 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ ALERT_CONFIG_FILE = 'alert_config.json'
# 应用配置
APP_NAME = "项目服务管理面板"
APP_VERSION = "v3.4.0"
APP_VERSION = "v3.4.1"
APP_PORT = 16022
# 监控配置