@@ -8,19 +8,16 @@
<router-view />
</keep-alive>
<!--页脚-->
- <footer-bar />
+<!-- <footer-bar />-->
<!--回到顶部按钮-->
- <el-backtop :visibility-height="100" :bottom="60" />
+<!-- <el-backtop :visibility-height="100" :bottom="60" />-->
</div>
</template>
<script>
-import FooterBar from 'components/layout/FooterBar'
-
export default {
name: 'App',
components: {
- FooterBar
},
data() {
return {