Former-commit-id: 9aa2487c1a5dd2a6b347268355d27d60937b1a15 [formerly 9aa2487c1a5dd2a6b347268355d27d60937b1a15 [formerly 9aa2487c1a5dd2a6b347268355d27d60937b1a15 [formerly 9aa2487c1a5dd2a6b347268355d27d60937b1a15 [formerly 4fa88c73d67fe113cdb9d5038baa61b9a2c50ac7 [formerly c1e1986deb2c50ecfff8f94c7e0af65b83777426]]]]]
Former-commit-id: 9ebe6124d8e9c0c91b8bbe32aff66f3c1892ba25
Former-commit-id: b32951098db0ae68c5b37e50bf7aedcc7c27c66e
Former-commit-id: f1577d9b650588c3a9d3083568face8219d867a3 [formerly e0a70087dcc7303505a1a21579dcbc313e953e22]
Former-commit-id: 1066bacc4e3b7211be367b7514994cbba041459f
Former-commit-id: c29f02c0c65173cf9b260c9c4e73a65e99a692ab
Former-commit-id: 9d2a3a8f99dfb8bdff9b665c45de5f0d2de9a7db
Former-commit-id: 41ac0283e997d7e392459d8d86544c822f5ac148
Former-commit-id: c59d4019d3b1f5454394cae4587d6653b616a978
This commit is contained in:
liyang
2018-07-20 18:24:47 +08:00
parent 1b62022beb
commit 5d15b31f48
10 changed files with 44 additions and 46 deletions

View File

@@ -34,7 +34,7 @@
<!-- 主体 -->
<div class="d2-theme-container-main">
<div class="d2-theme-container-main-header">
<d2-multiple-page-control/>
<d2-tabs/>
</div>
<div class="d2-theme-container-main-body">
<transition name="fade-transverse">
@@ -54,7 +54,7 @@ import { mapState, mapGetters } from 'vuex'
import menuSide from './components/menu-side'
import menuHeader from './components/menu-header'
import multiplePageControl from './components/multiple-page-control'
import tabs from './components/tabs'
import headerFullscreen from './components/header-fullscreen'
import headerTheme from './components/header-theme'
import headerUser from './components/header-user'
@@ -65,7 +65,7 @@ export default {
components: {
'd2-menu-side': menuSide,
'd2-menu-header': menuHeader,
'd2-multiple-page-control': multiplePageControl,
'd2-tabs': tabs,
'd2-header-fullscreen': headerFullscreen,
'd2-header-theme': headerTheme,
'd2-header-user': headerUser,
@@ -89,7 +89,7 @@ export default {
'themeActiveSetting'
]),
/**
* @description 返回现在需要缓存的页面 name
* @description 返回现在需要缓存的页面 name 数组
*/
keepAliveList () {
return this.pageOpenedList.filter(item => !(item.meta && item.meta.notCache)).map(e => e.name)