hookehuyr

chore(checkin/map): 临时屏蔽JlsBottomNav组件

1 <!-- 1 <!--
2 * @Date: 2023-05-19 14:54:27 2 * @Date: 2023-05-19 14:54:27
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2026-04-29 13:05:35 4 + * @LastEditTime: 2026-05-18 10:02:29
5 * @FilePath: /map-demo/src/views/checkin/map.vue 5 * @FilePath: /map-demo/src/views/checkin/map.vue
6 * @Description: 公众地图主体页面 6 * @Description: 公众地图主体页面
7 --> 7 -->
...@@ -125,11 +125,12 @@ ...@@ -125,11 +125,12 @@
125 125
126 <!-- 底部导航组件 --> 126 <!-- 底部导航组件 -->
127 <BottomNav v-if="shouldShowLegacyBottomNav" /> 127 <BottomNav v-if="shouldShowLegacyBottomNav" />
128 - <JlsBottomNav 128 + <!-- 暂时屏蔽 -->
129 + <!-- <JlsBottomNav
129 v-else-if="shouldShowJlsBottomNav" 130 v-else-if="shouldShowJlsBottomNav"
130 :visible="shouldShowJlsBottomNav" 131 :visible="shouldShowJlsBottomNav"
131 :load-options="jlsBottomNavLoadOptions" 132 :load-options="jlsBottomNavLoadOptions"
132 - /> 133 + /> -->
133 </div> 134 </div>
134 </template> 135 </template>
135 136
......