Browse Source

fix: 标签更换

master
lishuai 5 months ago
parent
commit
9514ce13fe
  1. BIN
      acs2/nladmin-ui/dist.zip
  2. BIN
      acs2/nladmin-ui/src/assets/images/newloge.png
  3. 12
      acs2/nladmin-ui/src/layout/components/Sidebar/Logo.vue

BIN
acs2/nladmin-ui/dist.zip

Binary file not shown.

BIN
acs2/nladmin-ui/src/assets/images/newloge.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

12
acs2/nladmin-ui/src/layout/components/Sidebar/Logo.vue

@ -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;
} }

Loading…
Cancel
Save