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