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