From 518661cf77ab22b38abc2489e41da87884f30d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czhuzihan=E2=80=9D=E2=80=83?= <“772644120@qq.com”> Date: Thu, 14 Aug 2025 13:50:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9C=86=E7=8E=AF=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard.vue | 8 ++++---- src/config.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue index 5d1904a..6c62e48 100644 --- a/src/components/Dashboard.vue +++ b/src/components/Dashboard.vue @@ -1211,10 +1211,10 @@ const initCharts = () => { }, series: [ { - type: 'pie', - radius: ['30%', '70%'], - center: ['60%', '50%'], - roseType: 'area', + type: 'pie', // 饼图 可选pie | ring + radius: ['30%', '50%'], + center: ['50%', '50%'], + // roseType: 'area', label: { show: true, formatter: '{b}: {d}%', diff --git a/src/config.js b/src/config.js index 7b84f9d..0995d6f 100644 --- a/src/config.js +++ b/src/config.js @@ -3,7 +3,7 @@ const env = import.meta.env.MODE || 'development'; const config = { development: { - apiBaseUrl: 'http://192.168.5.49:48080', + apiBaseUrl: 'http://192.168.5.102:48080', }, production: { apiBaseUrl: 'http://36.103.199.218:48088',