فهرست منبع

refactor: logo GCPAAS => DataRoom

wu.jian2 1 سال پیش
والد
کامیت
a4643295f6
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue

+ 4 - 2
data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue

@@ -53,7 +53,7 @@ export default {
   computed: {
     title () {
       if (this.$route.query.edit) return '大屏设计器'
-      return window?.BS_CONFIG?.starter?.title ?? 'GCPAAS大屏设计器'
+      return window?.BS_CONFIG?.starter?.title ?? 'DataRoom大屏设计器'
     },
     logo () {
       return window?.BS_CONFIG?.starter?.logo ?? require('./images/logo.png')
@@ -117,7 +117,9 @@ export default {
       ]
     }
   },
-  created () {},
+  created () {
+    document.title = this.title
+  },
   mounted () {
     this.giteeHref = 'https://gitee.com/gcpaas/DataRoom'
     this.giteeSvg = 'https://gitee.com/gcpaas/DataRoom/widgets/widget_1.svg?color=007bff'