From a9634e056286763cc57a947794c8c149249fe534 Mon Sep 17 00:00:00 2001 From: ljx <864490211@qq.com> Date: Fri, 29 Nov 2024 15:50:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BD=BF=E7=94=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/datav/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/datav/index.vue b/src/components/datav/index.vue index 4571b53..6293e72 100644 --- a/src/components/datav/index.vue +++ b/src/components/datav/index.vue @@ -469,7 +469,7 @@ export default { }) } - this.showData.name = '永盛科技数据看板' + this.showData.name = res.data.title; this.loadingDone = true } });