2.2版本发布,详情查阅版本说明

This commit is contained in:
dqjdda
2019-09-27 10:26:43 +08:00
parent 15fa7d2c9f
commit 1a04d8b4eb
3 changed files with 2 additions and 7 deletions

View File

@@ -1,6 +1,5 @@
<template>
<section class="app-main">
<CodeFund />
<transition name="fade-transform" mode="out-in">
<keep-alive :include="cachedViews">
<router-view :key="key"/>
@@ -15,12 +14,8 @@
</template>
<script>
import CodeFund from '@/components/CodeFund'
export default {
name: 'AppMain',
components: {
CodeFund
},
computed: {
cachedViews() {
return this.$store.state.tagsView.cachedViews

View File

@@ -110,7 +110,7 @@ export default {
},
created() {
this.$nextTick(() => {
this.height = document.documentElement.clientHeight - 250
this.height = document.documentElement.clientHeight - 200
this.init()
})
},

View File

@@ -82,7 +82,7 @@ export default {
},
created() {
this.$nextTick(() => {
this.height = document.documentElement.clientHeight - 250
this.height = document.documentElement.clientHeight - 200
this.init()
})
},