fix: 修复 ip 地址登录系统报错,ts 方法兼容旧版本浏览器

This commit is contained in:
2026-06-24 16:58:49 +08:00
parent 7cf6c31da3
commit 1a91e16ac9
8 changed files with 393 additions and 129 deletions

View File

@@ -32,6 +32,7 @@
"dayjs": "catalog:",
"element-plus": "catalog:",
"fetch-event-stream": "^0.1.6",
"node-forge": "1.3.1",
"pinia": "catalog:",
"radash": "^12.1.1",
"vue": "catalog:",
@@ -41,6 +42,7 @@
"vue3-json-viewer": "^2.4.1"
},
"devDependencies": {
"@types/node-forge": "^1.3.14",
"unplugin-element-plus": "catalog:"
}
}