@@ -108,13 +108,13 @@ onMounted(()=>{
</div>
<!-- 跳转帮助文档的按钮 -->
- <Teleport to=".layout-header-other" v-if="beforeMounted">
+ <!-- <Teleport to=".layout-header-other" v-if="beforeMounted">
<div class="update-header-btn" @click="goHelpDoc">
<el-icon color="#FFF">
<QuestionFilled />
</el-icon>
帮助文档</div>
- </Teleport>
+ </Teleport> -->
</template>
<style scoped lang="scss">