yuanhao 2 年之前
父节点
当前提交
1a7af46fe3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      in-cloud-ui/src/layouts/components/VabAppMain/index.vue

+ 0 - 1
in-cloud-ui/src/layouts/components/VabAppMain/index.vue

@@ -1,6 +1,5 @@
 <template>
 <template>
   <div v-if="routerView" class="app-main-container">
   <div v-if="routerView" class="app-main-container">
-    <vab-github-corner />
     <transition mode="out-in" name="fade-transform">
     <transition mode="out-in" name="fade-transform">
       <keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">
       <keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">
         <router-view :key="key" class="app-main-height" />
         <router-view :key="key" class="app-main-height" />