1. //使用exclude将Detail页面不放入缓存
    2. <keep-alive exclude="Detail">
    3. <router-view></router-view>
    4. </keep-alive>