diff --git a/.env.dr b/.env.dr index 45e3ea27..23805589 100644 --- a/.env.dr +++ b/.env.dr @@ -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 = '' diff --git a/.env.drprod b/.env.drprod index b0cdfee0..ef6f4eca 100644 --- a/.env.drprod +++ b/.env.drprod @@ -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 = '' diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 90c9d4f2..408ccec2 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -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; }