From 87baadb51af1ef24dd0edef35da9ca862fd26a3f Mon Sep 17 00:00:00 2001 From: "liu.tao3" Date: Wed, 26 Jul 2023 09:20:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue b/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue index b8ad0853..92ba9826 100644 --- a/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue +++ b/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue @@ -39,7 +39,7 @@ export default { }, computed: { title () { - if (this.$route.query.edit) return '智能报表平台' + if (this.$route.query.edit) return '大屏设计器' return window?.BS_CONFIG?.starter?.title }, logo () {