|
@@ -9,8 +9,9 @@
|
|
...getHeaderClass,
|
|
...getHeaderClass,
|
|
{
|
|
{
|
|
'vent-header': currentRoute.path.startsWith('/monitorChannel/monitor-'),
|
|
'vent-header': currentRoute.path.startsWith('/monitorChannel/monitor-'),
|
|
- 'normal-header': !currentRoute.path.startsWith('/monitorChannel/monitor-'),
|
|
|
|
|
|
+ 'normal-header': !currentRoute.path.startsWith('/monitorChannel/monitor-') && !currentRoute.path.startsWith('/shuizai'),
|
|
'no-header': currentRoute.path.endsWith('home'),
|
|
'no-header': currentRoute.path.endsWith('home'),
|
|
|
|
+ 'zaihai-header': currentRoute.path.startsWith('/shuizai'),
|
|
},
|
|
},
|
|
]"
|
|
]"
|
|
style="z-index: 1"
|
|
style="z-index: 1"
|
|
@@ -57,7 +58,7 @@
|
|
<div :class="`${prefixCls}-action`" style="position: fixed; top: 30px; right: 20px; z-index: 999999">
|
|
<div :class="`${prefixCls}-action`" style="position: fixed; top: 30px; right: 20px; z-index: 999999">
|
|
<div class="right-position">
|
|
<div class="right-position">
|
|
<!-- 公司端不显示语音播报功能 weatherBroadcast.vue-->
|
|
<!-- 公司端不显示语音播报功能 weatherBroadcast.vue-->
|
|
- <WeatherBroadcast v-if="sysOrgCode != 'sdmtjtgsd' && hasPermission('btn:weatherBroadcast')" />
|
|
|
|
|
|
+ <WeatherBroadcast v-if="sysOrgCode != 'sdmtjtgsd' && isShowQy" />
|
|
<VoiceBroadcast v-if="sysOrgCode != 'sdmtjtgsd'" />
|
|
<VoiceBroadcast v-if="sysOrgCode != 'sdmtjtgsd'" />
|
|
<VoiceBroadcastGsd v-if="sysOrgCode == 'sdmtjtgsd'" />
|
|
<VoiceBroadcastGsd v-if="sysOrgCode == 'sdmtjtgsd'" />
|
|
<UserDropDown v-if="showUserDropdown" :theme="getHeaderTheme" />
|
|
<UserDropDown v-if="showUserDropdown" :theme="getHeaderTheme" />
|
|
@@ -135,7 +136,7 @@
|
|
const { currentRoute } = useRouter();
|
|
const { currentRoute } = useRouter();
|
|
console.log(currentRoute);
|
|
console.log(currentRoute);
|
|
const { hasPermission } = usePermission();
|
|
const { hasPermission } = usePermission();
|
|
-
|
|
|
|
|
|
+ const isShowQy = VENT_PARAM['isShowQy'];
|
|
const { getShowTopMenu, getShowHeaderTrigger, getSplit, getIsMixMode, getMenuWidth, getIsMixSidebar } = useMenuSetting();
|
|
const { getShowTopMenu, getShowHeaderTrigger, getSplit, getIsMixMode, getMenuWidth, getIsMixSidebar } = useMenuSetting();
|
|
const { getUseErrorHandle, getShowSettingButton, getSettingButtonPosition } = useRootSetting();
|
|
const { getUseErrorHandle, getShowSettingButton, getSettingButtonPosition } = useRootSetting();
|
|
const { title, sysOrgCode, homePath } = useGlobSetting();
|
|
const { title, sysOrgCode, homePath } = useGlobSetting();
|
|
@@ -265,6 +266,7 @@
|
|
sysOrgCode,
|
|
sysOrgCode,
|
|
homePath,
|
|
homePath,
|
|
hasPermission,
|
|
hasPermission,
|
|
|
|
+ isShowQy,
|
|
};
|
|
};
|
|
},
|
|
},
|
|
});
|
|
});
|
|
@@ -327,6 +329,10 @@
|
|
height: 0px !important;
|
|
height: 0px !important;
|
|
display: none !important;
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
+ .zaihai-header {
|
|
|
|
+ position: absolute;
|
|
|
|
+ background: transparent !important;
|
|
|
|
+ }
|
|
|
|
|
|
.header-nav-title {
|
|
.header-nav-title {
|
|
background-image: linear-gradient(#ffffff 50%, #60f4ff);
|
|
background-image: linear-gradient(#ffffff 50%, #60f4ff);
|