临时屏蔽首页来馆入口
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-10 12:58:58 +08:00
parent 27d8864852
commit 626011bd6d

View File

@@ -117,6 +117,7 @@
class="guide-quick-actions"
>
<view
v-if="showArrivalQuickAction"
class="guide-quick-action"
:class="{ active: guideQuickActiveAction === 'arrival' }"
@tap="handleMoreOutdoorNav"
@@ -671,6 +672,7 @@ const showGuideFloatingActions = computed(() => (
&& !isSimulatingRoute.value
&& (!showGuideHomeDock.value || !homeSearchExpanded.value)
))
const showArrivalQuickAction = false
const activeArrivalTargets = computed(() => ARRIVAL_TARGETS_BY_TYPE[activeArrivalType.value])