mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-09-20 21:50:11 +08:00
ui: 隐藏首页致谢卡片(代码保留,v-if=false)
This commit is contained in:
@@ -120,8 +120,8 @@
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<!-- 致谢说明(F2.3 复用):置于区域1 其他内容下方 -->
|
||||
<ThanksCard class="mt-4" />
|
||||
<!-- 致谢说明(F2.3 复用):置于区域1 其他内容下方,当前按需求隐藏(代码保留) -->
|
||||
<ThanksCard v-if="false" class="mt-4" />
|
||||
</section>
|
||||
</template>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user