route 是否开启路由模式

<template>
<div class="layout-page">
<!-- 二级路由出口 -->
<router-view></router-view>
<van-tabbar route>
<van-tabbar-item to="/home">
首页
<!-- 图标切换为active是高亮 -->
<template #icon="{ active }">
<!-- 封装好的 -->
<cp-icon :name="`home-index-${active ? 'active' : 'default'}`" />
</template>
</van-tabbar-item>
<van-tabbar-item to="/notify">
消息
<template #icon="{ active }">
<cp-icon :name="`home-notice-${active ? 'active' : 'default'}`" />
</template>
</van-tabbar-item>
<van-tabbar-item to="/user">
我的
<template #icon="{ active }">
<cp-icon :name="`home-mine-${active ? 'active' : 'default'}`" />
</template>
</van-tabbar-item>
</van-tabbar>
</div>
</template>









![二叉树的层序遍历[中等]](https://img-blog.csdnimg.cn/direct/28fbc84b21fa4685ad55efbcf90b82b1.png)
![【算法每日一练]-图论(保姆级教程篇12 tarjan篇)#POJ3352道路建设 #POJ2553图的底部 #POJ1236校园网络 #缩点](https://img-blog.csdnimg.cn/f68d05a84ef541f595c0886ca4d6a348.png)
![[ndss 2023]确保联邦敏感主题分类免受中毒攻击](https://img-blog.csdnimg.cn/direct/8163200e253d4d4ca31a599048128579.png)







![[GXYCTF2019]禁止套娃1](https://img-blog.csdnimg.cn/direct/ec31e8573aea425ea0582d49ec7f6c7b.png)



