소스 검색

暂时隐藏跳转帮助文档的按钮

cxmo 1 년 전
부모
커밋
200a1a2367
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/update/Index.vue

+ 2 - 2
src/views/update/Index.vue

@@ -108,13 +108,13 @@ onMounted(()=>{
         </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">
             <el-icon color="#FFF">
                 <QuestionFilled />
             </el-icon>
             帮助文档</div>
-    </Teleport>
+    </Teleport> -->
 </template>
 
 <style scoped lang="scss">