refactor: logo GCPAAS => DataRoom

main
wu.jian2 2 years ago
parent c776f51604
commit 516f54d74f

@ -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'

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>GCPAAS大屏设计器</title>
<title>DataRoom大屏设计器</title>
<!-- 使用CDN的JS文件 -->
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
<script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
@ -126,7 +126,7 @@
</noscript>
<div id="loader-wrapper">
<div class="loader-box">
<span>GCPAAS</span>
<span>DataRoom</span>
<span></span>
<span></span>
<span></span>

Loading…
Cancel
Save