Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-05-18 10:03:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9411ff8423eaaadae04cf502ea4b70a21b52e65b
9411ff84
1 parent
fb5029e8
chore(checkin/map): 临时屏蔽JlsBottomNav组件
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/checkin/map.vue
src/views/checkin/map.vue
View file @
9411ff8
<!--
* @Date: 2023-05-19 14:54:27
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-0
4-29 13:05:35
* @LastEditTime: 2026-0
5-18 10:02:29
* @FilePath: /map-demo/src/views/checkin/map.vue
* @Description: 公众地图主体页面
-->
...
...
@@ -125,11 +125,12 @@
<!-- 底部导航组件 -->
<BottomNav v-if="shouldShowLegacyBottomNav" />
<JlsBottomNav
<!-- 暂时屏蔽 -->
<!-- <JlsBottomNav
v-else-if="shouldShowJlsBottomNav"
:visible="shouldShowJlsBottomNav"
:load-options="jlsBottomNavLoadOptions"
/>
/>
-->
</div>
</template>
...
...
Please
register
or
login
to post a comment