|
|
@ -5,7 +5,7 @@ |
|
|
|
<template v-if="tabIsIframe($router.currentRoute.meta.iframeURL)"> |
|
|
|
<iframe :src="$router.currentRoute.meta.iframeURL + '?token=' + token + '&customerId=' + customerId" ref="iframe" class="m-iframe" id="iframe" width="100%" height="100%" frameborder="0" scrolling="yes" :style="{ height: $store.state.fixed1920.height - 100 + 'px' }" /> |
|
|
|
</template> |
|
|
|
<keep-alive v-show="!tabIsIframe($router.currentRoute.meta.iframeURL)" :exclude="['homeDetails', 'dissatisfied']"> |
|
|
|
<keep-alive v-show="!tabIsIframe($router.currentRoute.meta.iframeURL)" :exclude="['homeDetails', 'dissatisfiedPage']"> |
|
|
|
<router-view ref="reloadPage" @changeCustomerName="changeCustomerName" /> |
|
|
|
</keep-alive> |
|
|
|
</template> |
|
|
|