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

Loading…
Cancel
Save