fix:菜单logo加背景,更换png图片,大屏地址

This commit is contained in:
fhysy 2025-03-18 15:17:04 +08:00
parent 083df87588
commit 40e6526712
3 changed files with 6 additions and 4 deletions

View File

@ -35,7 +35,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-black'
VUE_APP_BASE_API = '/dev-api'
#平台大屏地址
VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409030993958'
VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409031444907'
#项目大屏地址
VUE_APP_BIGSCREEN_PROJECT_URL = ''

View File

@ -36,7 +36,7 @@ VUE_APP_THEME_CLASS = 'theme-blue-black'
VUE_APP_BASE_API = '/prod-api'
#平台大屏地址
VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409030993958'
VUE_APP_BIGSCREEN_PLATFORM_URL = 'https://goview.drgyen.cn/#/chart/preview/202409031444907'
#项目大屏地址
VUE_APP_BIGSCREEN_PROJECT_URL = ''

View File

@ -52,7 +52,7 @@ export default {
link.href = logo;
return logo || this.logo;
}else{
return '/images/' + process.env.VUE_APP_ICO_URL || this.logo;
return this.logo;
}
}
},
@ -63,7 +63,7 @@ export default {
}
},
created() {
// this.logo = '/images/' + process.env.VUE_APP_ICO_URL;
this.logo = require('@/assets/' + process.env.VUE_APP_LGOG168_URL);;
},
methods: {
toggleSideBar() {
@ -127,6 +127,8 @@ export default {
& .sidebar-logo {
width: 32px;
height: 32px;
background: #fff;
border-radius: 50%;
vertical-align: middle;
margin-right: 12px;
}