From 9d7d3492587dc2768d88621f4a2325a71c72354b Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期二, 28 七月 2026 11:32:22 +0800
Subject: [PATCH] add 天地图 依赖
---
package.json | 1 +
pnpm-lock.yaml | 14 ++++++++++++++
2 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 52c8e81..75ce733 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,7 @@
"vue-echarts": "^7.0.3",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0",
+ "vue-tianditu2": "^3.0.1",
"vuedraggable": "^4.1.0",
"xlsx": "^0.18.5"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5cee129..37bc02c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -77,6 +77,9 @@
vue-router:
specifier: ^4.5.0
version: 4.6.4(vue@3.5.40(typescript@5.5.4))
+ vue-tianditu2:
+ specifier: ^3.0.1
+ version: 3.0.1(vue@3.5.40(typescript@5.5.4))
vuedraggable:
specifier: ^4.1.0
version: 4.1.0(vue@3.5.40(typescript@5.5.4))
@@ -2031,6 +2034,7 @@
glob@10.4.5:
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
+ deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
hasBin: true
globals@13.24.0:
@@ -3060,6 +3064,11 @@
resolution: {integrity: sha512-Hz9q5sa33Yhduglwz6g9skT8OBPii+4bFn88w6J+J4MfEo4KRRpmiNG/hHHkdbRFlLBOqxN8y8gf2Fb0MTUgVg==}
peerDependencies:
vue: ^3.5.0
+
+ vue-tianditu2@3.0.1:
+ resolution: {integrity: sha512-M/rL0sMTN5D50zBk8Jwc1v9ErC8Ab65RRk8VZEtf3HBR8F6m+PECkOtKEzpV8t9+SVdv8Nluctdubt15SFxygw==}
+ peerDependencies:
+ vue: ^3.0.0
vue-tsc@2.2.12:
resolution: {integrity: sha512-P7OP77b2h/Pmk+lZdJ0YWs+5tJ6J2+uOQPo7tlBnY44QqQSPYvS0qVT4wqDJgwrZaLe47etJLLQRFia71GYITw==}
@@ -6101,6 +6110,11 @@
'@vue/devtools-api': 6.6.4
vue: 3.5.40(typescript@5.5.4)
+ vue-tianditu2@3.0.1(vue@3.5.40(typescript@5.5.4)):
+ dependencies:
+ mitt: 3.0.1
+ vue: 3.5.40(typescript@5.5.4)
+
vue-tsc@2.2.12(typescript@5.5.4):
dependencies:
'@volar/typescript': 2.4.15
--
Gitblit v1.9.1