From 28265bebdd86a0855adad61be54af32f81e84300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com> Date: Mon, 15 Sep 2025 16:05:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/demo/components/demo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/demo/components/demo.json b/src/views/dashboard/demo/components/demo.json index 56e09ab..3021da8 100644 --- a/src/views/dashboard/demo/components/demo.json +++ b/src/views/dashboard/demo/components/demo.json @@ -2,7 +2,7 @@ "title": "示例设备展示", "LeftUp": { "Header": "设备静态图", - "path": "/src/assets/svg/illustration.svg", + "path": "../../../../assets/svg/illustration.svg", "Content": "" }, "LeftMidUp": { @@ -52,7 +52,7 @@ }, "LeftDown": { "Header": "生产流程", - "path": "/src/assets/svg/illustration.svg", + "path": "../../../../assets/svg/illustration.svg", "Content": "/api/v1/assets/production_flow.svg" }, "RightDown": {