浏览代码

feat:修改标题名称

liu.tao3 1 年之前
父节点
当前提交
87baadb51a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue

+ 1 - 1
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 () {