Skip to content

Commit

Permalink
2.2版本发布,详情查阅版本说明
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Sep 27, 2019
1 parent 15fa7d2 commit 1a04d8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/layout/components/AppMain.vue
Original file line number Diff line number Diff line change
@@ -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"/>
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/views/system/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
},
created() {
this.$nextTick(() => {
this.height = document.documentElement.clientHeight - 250
this.height = document.documentElement.clientHeight - 200
this.init()
})
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/system/permission/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
},
created() {
this.$nextTick(() => {
this.height = document.documentElement.clientHeight - 250
this.height = document.documentElement.clientHeight - 200
this.init()
})
},
Expand Down

0 comments on commit 1a04d8b

Please sign in to comment.