fix: 标签更换

This commit is contained in:
2024-08-08 15:39:06 +08:00
parent f729b25c98
commit 9514ce13fe
3 changed files with 4 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -16,6 +16,7 @@
<script>
import Logo from '@/assets/images/newloge.png'
import variables from '@/assets/styles/variables.scss'
import i18n from '@/i18n'
export default {
name: 'SidebarLogo',
props: {
@@ -26,7 +27,7 @@ export default {
},
data() {
return {
title: '诺力开发平台',
title: '斗山山猫ACS',
logo: Logo,
title_param: 'platform'
}
@@ -38,11 +39,6 @@ export default {
sideTheme() {
return this.$store.state.settings.sideTheme
}
},
created() {
this.getValueByCode(this.title_param).then(res => {
this.title = res.value
})
}
}
</script>
@@ -70,8 +66,8 @@ export default {
width: 100%;
& .sidebar-logo {
width: 32px;
height: 32px;
width: 55px;
height: 15px;
vertical-align: middle;
margin-right: 6px;
}