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