From c96914ca17612a6ec90fe805f8980b684c4fd8d4 Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Thu, 24 Apr 2025 07:50:22 +0100 Subject: [PATCH] =?UTF-8?q?feat:=E5=9C=9F=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.test | 2 +- index.html | 2 +- src/components/custom-echart-line/index.vue | 4 +- src/components/custom-rank-list/index.vue | 55 +++-- src/layouts/index.vue | 17 +- src/router/modules/demo.js | 37 +++- src/views/demo/rank.vue | 4 + .../land/components/distributionCharts.vue | 161 +++++++++------ src/views/land/components/landCirculation.vue | 173 +++++++--------- src/views/land/components/landPatrol.vue | 190 +++++++----------- 12 files changed, 334 insertions(+), 315 deletions(-) diff --git a/.env.development b/.env.development index ccb75e6..de343f2 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ # 开发环境 VITE_PORT = 9000 VITE_APP_NAME = 'digital-agriculture-screen' -VITE_APP_TITLE = '政务云数据大屏可视化' +VITE_APP_TITLE = '政务云数字农业智慧大屏' VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = 'http://192.168.18.99:8080' diff --git a/.env.production b/.env.production index 570b025..1e8d1d8 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 生产环境 VITE_APP_NAME = 'digital-agriculture-screen' -VITE_APP_TITLE = '政务云数据大屏可视化' +VITE_APP_TITLE = '政务云数字农业智慧大屏' VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' \ No newline at end of file diff --git a/.env.test b/.env.test index 5e8358b..164baac 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ # 测试环境 VITE_APP_NAME = 'digital-agriculture-screen' -VITE_APP_TITLE = '政务云数据大屏可视化' +VITE_APP_TITLE = '政务云数字农业智慧大屏' VITE_APP_BASE_API = '/apis' VITE_APP_BASE_URL = '' \ No newline at end of file diff --git a/index.html b/index.html index f8ec8cc..967d07d 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ -