From 138d256ad0fc77b725bf226dc3dfe01a95b2c940 Mon Sep 17 00:00:00 2001 From: xuhongjie <1943105267@qq.com> Date: Thu, 29 May 2025 15:04:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=B3=BB=E7=BB=9F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E5=BA=94=E6=80=A5=E6=8A=A2=E9=99=A9=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- .env.production | 4 +- .env.staging | 4 +- index.html | 2 +- package.json | 2 +- public/lib/geoJson/park-rectangle.json | 382 ++++++++++++++++++ public/lib/geoJson/xuhuiArea.json | 1 + src/api/emergency-rescue/index.js | 11 + src/assets/images/visualization/fence-top.png | Bin 0 -> 6132 bytes src/assets/styles/element-ui.scss | 9 +- src/assets/styles/index.scss | 4 +- src/assets/styles/sidebar.scss | 5 +- src/assets/styles/variables.module.scss | 4 +- src/components/Breadcrumb/index.vue | 4 +- src/components/mars-work/mars-map.vue | 2 +- src/components/tableOperation/index.vue | 63 +++ src/components/tablePage/index.vue | 83 ++++ src/layout/components/AppMain.vue | 6 +- src/layout/components/Navbar.vue | 43 +- src/layout/components/Sidebar/Logo.vue | 18 +- src/layout/components/Sidebar/index.vue | 2 +- src/layout/index.vue | 2 + src/main.js | 10 +- src/utils/common.js | 14 + .../workOrder-operation/index.vue | 12 + .../emergency-rescue/workOrder/index.vue | 189 ++++++++- .../components/navigationBar.vue | 69 ++-- src/views/visualization/emergency/index.vue | 105 ++++- src/views/visualization/mapOptions.js | 38 +- 29 files changed, 974 insertions(+), 118 deletions(-) create mode 100644 public/lib/geoJson/park-rectangle.json create mode 100644 public/lib/geoJson/xuhuiArea.json create mode 100644 src/api/emergency-rescue/index.js create mode 100644 src/assets/images/visualization/fence-top.png create mode 100644 src/components/tableOperation/index.vue create mode 100644 src/components/tablePage/index.vue create mode 100644 src/views/emergency-rescue/workOrder-operation/index.vue diff --git a/.env.development b/.env.development index af9ba00..adb2dae 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 徐汇园林 # 开发环境配置 VITE_APP_ENV = 'development' -# 若依管理系统/开发环境 +# 徐汇园林/开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index cbabf89..901fa1f 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 徐汇园林 # 生产环境配置 VITE_APP_ENV = 'production' -# 若依管理系统/生产环境 +# 徐汇园林/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/.env.staging b/.env.staging index b11336d..57e2882 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 徐汇园林 # 生产环境配置 VITE_APP_ENV = 'staging' -# 若依管理系统/生产环境 +# 徐汇园林/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/index.html b/index.html index 246a2ad..c8707e7 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> -