From da2f929ae259667ffc64f9370fadcf64226f2b1e Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Tue, 8 Aug 2023 10:23:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=87=BA=E7=8E=B0=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packages/Layout/BigScreenHomeLayout/index.vue | 12 +++++++----- data-room-ui/packages/SourceList/index.vue | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue b/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue index 92ba9826..45622beb 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 () { @@ -112,10 +112,10 @@ export default { path: tab.path, query: { edit: 1 } }) - }else{ - this.$router.push({ - path: tab.path - }) + } else { + this.$router.push({ + path: tab.path + }) } } } @@ -140,6 +140,8 @@ export default { background-position: center right; .logo-title { + // 禁用可选 + user-select: none; font-size: 30px; position: absolute; z-index: 23; diff --git a/data-room-ui/packages/SourceList/index.vue b/data-room-ui/packages/SourceList/index.vue index 8dd680ce..6e1f16d6 100644 --- a/data-room-ui/packages/SourceList/index.vue +++ b/data-room-ui/packages/SourceList/index.vue @@ -280,7 +280,7 @@ export default { window.open(screen.url, '_blank') }, downLoad (screen) { - this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`, true) + this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`) }, del (screen) { this.$confirm('确定删除该资源?', '提示', {