|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
<div class="header"> |
|
|
|
|
<a class="logo" @click="toIndex"> |
|
|
|
|
<template v-if="isIndex"> |
|
|
|
|
<img v-if="isPro" src="@/assets/img/logo.png" alt=""> |
|
|
|
|
<img v-if="!isZxy" src="@/assets/img/logo.png" alt=""> |
|
|
|
|
<img v-else src="@/assets/img/zxy/logo.png" alt=""> |
|
|
|
|
</template> |
|
|
|
|
<template v-else> |
|
|
|
@ -48,7 +48,7 @@ export default { |
|
|
|
|
serverToken: util.local.get('oc_server_token'), // 教师端token |
|
|
|
|
cName: util.cookies.get('customerName'), |
|
|
|
|
isIndex: Setting.whiteList.find(e => e === this.$route.path), // 是否是在白名单页面 |
|
|
|
|
isPro: Setting.isPro |
|
|
|
|
isZxy: Setting.isZxy |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
components: { |
|
|
|
|