Browse Source

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

cxmo 1 year ago
parent
commit
200a1a2367
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/update/Index.vue

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

@@ -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">