From 68648072de3b42844e7a0290c55e82610fc33062 Mon Sep 17 00:00:00 2001 From: Teo <2642673902@qq.com> Date: Fri, 18 Apr 2025 18:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=88=9D=E5=A7=8B=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/App.vue | 22 +- src/api/safety/teamMeeting/types.ts | 1 + src/assets/icons/svg/empty-CZvxqguX.png | Bin 0 -> 5851 bytes src/components/FileUpload/index.vue | 5 +- src/components/openLayersMap/index.vue | 141 + src/utils/geo.json | 1737074 ++++++++++++++ src/utils/projectTeam.ts | 9 +- src/views/index.vue | 1 + src/views/project/attendance/index.vue | 17 +- src/views/project/constructionUser/index.vue | 4 +- src/views/safety/questionUserAnswer/index.vue | 2 +- .../component/TeamMeetingDetailDrawer.vue | 4 +- 13 files changed, 1737264 insertions(+), 17 deletions(-) create mode 100644 src/assets/icons/svg/empty-CZvxqguX.png create mode 100644 src/components/openLayersMap/index.vue create mode 100644 src/utils/geo.json diff --git a/package.json b/package.json index 4c30110..2d5c8ad 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "jsencrypt": "3.3.2", "mitt": "^3.0.1", "nprogress": "0.2.0", + "ol": "^10.5.0", "pinia": "2.2.6", "screenfull": "6.0.2", "spark-md5": "^3.0.2", diff --git a/src/App.vue b/src/App.vue index 3bd9f2e..500c7f6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,11 @@ -