<template>
    <div id="app">
        <keep-alive exclude="coupdzcheck,samplespecial,newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge,xianhuo,lxshop,brand,brandList,sampleapply,samplecominfo,samplebasinfo,risk,risksuccess,sample,addressp,orderDetail,shipping,helpDetail">
            <router-view class="router-view"></router-view>
        </keep-alive>
    </div>
</template>
<script>
  export default {
    name: 'app'
  }
</script>