|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
<template v-if="isIndex"> |
|
|
|
|
<img v-if="isZj" src="/images/4.png" alt=""> |
|
|
|
|
<img v-else-if="isSq" style="max-height: 100%" src="/images/1.png" alt=""> |
|
|
|
|
<img v-else-if="!isZxy" src="@/assets/img/logo.png" alt=""> |
|
|
|
|
<img v-else-if="isPro" src="@/assets/img/logo.png" alt=""> |
|
|
|
|
<img v-else src="@/assets/img/zxy/logo.png" alt=""> |
|
|
|
|
</template> |
|
|
|
|
<template v-else> |
|
|
|
@ -85,6 +85,7 @@ export default { |
|
|
|
|
cName: Util.cookies.get('customerName'), |
|
|
|
|
isIndex: Setting.whiteList.find(e => e === this.$route.path), // 是否是在白名单页面 |
|
|
|
|
isZxy: Setting.isZxy, |
|
|
|
|
isPro: Setting.isPro, |
|
|
|
|
notices: [], |
|
|
|
|
ip: localStorage.getItem('localIp') ? +localStorage.getItem('localIp') : 0, |
|
|
|
|
mobileMenuStatus: false, |
|
|
|
|