瀏覽代碼

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

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