From 75c2bd64ad87944df5c321f1f52d7740cd385560 Mon Sep 17 00:00:00 2001 From: jiangAB Date: Sun, 21 Dec 2025 18:55:22 +0800 Subject: [PATCH] update --- .env.dev | 2 +- .env.local | 2 +- .env.prod | 2 +- .env.stage | 2 +- .env.test | 2 +- public/map/components/CompanyShorePower.vue | 1 + public/map/components/ShipShorePower.vue | 132 ++++- public/map/components/ShorePowerUsage.vue | 364 ++++-------- public/map/components/ShowData.vue | 608 +++++++++++++++++--- public/map/components/bk/map_index.vue | 2 +- public/map/components/cesiumMap.vue | 25 +- public/map/index.vue | 356 +++++++++++- src/types/shorepower.d.ts | 15 + 13 files changed, 1114 insertions(+), 399 deletions(-) diff --git a/.env.dev b/.env.dev index f9e9a5f..4436bae 100644 --- a/.env.dev +++ b/.env.dev @@ -22,7 +22,7 @@ VITE_DROP_CONSOLE=false VITE_SOURCEMAP=true # 打包路径 -VITE_BASE_PATH='http://106.118.88.15:48080' +VITE_BASE_PATH='http://server.ayaojies.com.cn:48080' # 输出路径 VITE_OUT_DIR=dist diff --git a/.env.local b/.env.local index 2662574..4cfb0f3 100644 --- a/.env.local +++ b/.env.local @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/.env.prod b/.env.prod index 3eee7d1..7bf2746 100644 --- a/.env.prod +++ b/.env.prod @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server diff --git a/.env.stage b/.env.stage index a910ed0..380e3ca 100644 --- a/.env.stage +++ b/.env.stage @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server diff --git a/.env.test b/.env.test index 3cdb19d..2364857 100644 --- a/.env.test +++ b/.env.test @@ -4,7 +4,7 @@ NODE_ENV=production VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://106.118.88.15:48080' +VITE_BASE_URL='http://server.ayaojies.com.cn:48080' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持S3服务 VITE_UPLOAD_TYPE=server diff --git a/public/map/components/CompanyShorePower.vue b/public/map/components/CompanyShorePower.vue index 666fe9d..b82dc71 100644 --- a/public/map/components/CompanyShorePower.vue +++ b/public/map/components/CompanyShorePower.vue @@ -8,6 +8,7 @@
码头与泊位信息 +
起始时间: 2025-01-01 00:00:00
更新时间: {{ realtimeDeviceDataTime }}
diff --git a/public/map/components/ShipShorePower.vue b/public/map/components/ShipShorePower.vue index 5a9ab6e..e048618 100644 --- a/public/map/components/ShipShorePower.vue +++ b/public/map/components/ShipShorePower.vue @@ -1,12 +1,14 @@ + + +