-
Notifications
You must be signed in to change notification settings - Fork 451
首页跟随顶部菜单切换
Exrick edited this page Apr 11, 2019
·
1 revision
- 参考修改`src/views/home/home.vue文件第198~203行左右代码,根据当前currNav的值(系统菜单中配置的英文名name)来显示不同的页面组件
<div v-show="currNav=='doc'||currNav=='xboot-show'||currNav=='xpay'||currNav=='xmall'">
<h1>我是这些页面的首页</h1>
</div>
<div v-show="currNav=='app'">
<h1>我是XBoot Flutter App的首页,点击左侧菜单查看详情</h1>
</div>