fix: 标签更换
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 3.3 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user