屏蔽退出功能

This commit is contained in:
2025-12-16 17:53:19 +08:00
parent 4ef77b2251
commit c666b90961
6 changed files with 12 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Date: 2024-10-08 14:29:36
* @LastEditors: shirlwang
* @LastEditTime: 2025-11-04 16:16:45
* @LastEditTime: 2025-12-16 17:50:45
-->
<template>
<view class="page" style="background-image: url('../../../packageRc/static/pageBg.png');">
@@ -25,7 +25,7 @@
<trainService v-if="activeType == 4" :needId="id" :name="name" ref="type4" />
<otherService v-if="activeType == 5" :needId="id" :name="name" ref="type5" />
<!-- 社区端 - 显示隐藏退出组件 -->
<exitPopup />
<!-- <exitPopup /> -->
</view>
</template>