优化逻辑

Former-commit-id: 29320beda7962a9bdd7b816711a200cf4b123693 [formerly 5e3b94af52b52855a13e40dd3e57d078ee88faa7] [formerly 29320beda7962a9bdd7b816711a200cf4b123693 [formerly 5e3b94af52b52855a13e40dd3e57d078ee88faa7] [formerly 29320beda7962a9bdd7b816711a200cf4b123693 [formerly 5e3b94af52b52855a13e40dd3e57d078ee88faa7] [formerly 5e3b94af52b52855a13e40dd3e57d078ee88faa7 [formerly cf81fad6a18200eb4cc3d116adc4f371ca62345c [formerly 9e5279d6743448982207108202f31b12d734aeca]]]]]
Former-commit-id: e6fac7d328737be1e3281a5ef1abc0162e678826
Former-commit-id: ff317984c43b732c167b2246a181dbb76823082f
Former-commit-id: 478994a61c34d6ffe5a456f1ba1b98cc8ea76d61 [formerly ea358f6a160e128c827678473d06233676a39f2c]
Former-commit-id: 0b229b5c1e8ee1687bc524046e87c97b58ecc896
Former-commit-id: 4fbea3ce8f0e8e770dad602d9d24926868058d2b
Former-commit-id: 515f93c78d80e5a763084a75bc98fa1fc72bca44
Former-commit-id: bc8eab4de8fb8a22eecfc68d90942ceb26baa5f0
Former-commit-id: 4d7261ac6c8e236e8c67dc5ceda204307bb27df4
This commit is contained in:
liyang
2018-07-21 15:46:09 +08:00
parent 94b52ad0b7
commit 48e5609de6
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@
</div>
<div class="d2-theme-container-main-body">
<transition name="fade-transverse">
<keep-alive :include="d2adminKeepAliveList">
<keep-alive :include="d2adminKeepAliveInclude">
<router-view/>
</keep-alive>
</transition>
@@ -87,7 +87,7 @@ export default {
}),
...mapGetters([
'themeActiveSetting',
'd2adminKeepAliveList'
'd2adminKeepAliveInclude'
]),
/**
* @description 最外层容器的背景图片样式

View File

@@ -1,5 +1,5 @@
<template>
<d2-container type="full" class="page">
<d2-container type="card" class="page">
<template slot="header">主题</template>
<el-table :data="themeList" v-bind="table">
<el-table-column prop="name" align="center" width="260"/>

View File

@@ -1 +1 @@
036efa02a01b2165111fbf85c475eb625e962c2c
9b37757b1e1f0804e087ece373fd000c0d815ce3