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

@@ -646,6 +646,9 @@ importers:
fetch-event-stream:
specifier: ^0.1.6
version: 0.1.6
node-forge:
specifier: 1.3.1
version: 1.3.1
pinia:
specifier: ^3.0.3
version: 3.0.4(typescript@5.9.3)(vue@3.5.24(typescript@5.9.3))
@@ -668,6 +671,9 @@ importers:
specifier: ^2.4.1
version: 2.4.1(vue@3.5.24(typescript@5.9.3))
devDependencies:
'@types/node-forge':
specifier: ^1.3.14
version: 1.3.14
unplugin-element-plus:
specifier: 'catalog:'
version: 0.10.0
@@ -3986,6 +3992,9 @@ packages:
'@types/ms@2.1.0':
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
'@types/node-forge@1.3.14':
resolution: {integrity: sha512-mhVF2BnD4BO+jtOp7z1CdzaK4mbuK0LLQYAvdOLqHTavxFNq4zA1EmYkpnFjP8HOUzedfQkRnp0E2ulSAYSzAw==}
'@types/node@12.20.55':
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
@@ -10033,6 +10042,7 @@ packages:
whatwg-encoding@3.1.1:
resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==}
engines: {node: '>=18'}
deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation
whatwg-mimetype@3.0.0:
resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==}
@@ -12962,6 +12972,10 @@ snapshots:
'@types/ms@2.1.0': {}
'@types/node-forge@1.3.14':
dependencies:
'@types/node': 24.10.1
'@types/node@12.20.55': {}
'@types/node@24.10.1':