no message

Former-commit-id: 39ce7cc5f4fedfbc532ce0dd84969566f2ac9ea9 [formerly 7260132cf9457c2add2123dcdf753b6a2685a6fa] [formerly 39ce7cc5f4fedfbc532ce0dd84969566f2ac9ea9 [formerly 7260132cf9457c2add2123dcdf753b6a2685a6fa] [formerly 39ce7cc5f4fedfbc532ce0dd84969566f2ac9ea9 [formerly 7260132cf9457c2add2123dcdf753b6a2685a6fa] [formerly 7260132cf9457c2add2123dcdf753b6a2685a6fa [formerly 6a0f8169e55aef3a06ad4ad1a886ccefbb89c7c6 [formerly 7c6206c877e9d669c7549f216a743ba7749f568c]]]]]
Former-commit-id: c3d91f0f3530405ede6dd6d0b3af0f4182098792
Former-commit-id: 12e4b2e828fc38cf1825ce4e3205abe7914bab20
Former-commit-id: 4c6031327259be12bc930cc1b99257bfac590672 [formerly 78a40e795c2429e3fc8d42bc790c59dbec7c5911]
Former-commit-id: d164c4db1803cd684bf9806e4d044b5032e0612e
Former-commit-id: 9df3d0fe1a100cf6d1bed1ef46fe79f4330aa277
Former-commit-id: edf76528ce6ecd10f92dbc2c65e8fb3bacd3b86b
Former-commit-id: 485555b0759bf336c15a561343a7ad6a150a2aee
Former-commit-id: 2177d168625cf72c301207b8be4efb254be963e5
This commit is contained in:
liyang
2018-06-30 19:59:04 +08:00
parent 27ab18faa0
commit 436c927105
5 changed files with 5 additions and 21 deletions

View File

@@ -18,19 +18,9 @@ export default {
{ name: 'index', title: '首页' }
],
// 当前页面
pageCurrent: '',
// 使用缓存的页面
pageUseCacheList: []
pageCurrent: ''
},
mutations: {
/**
* 设置使用缓存的页面
* @param {state} state vuex state
* @param {array} name pageUseCacheList
*/
d2adminPageUseCacheList (state, list) {
state.pageUseCacheList = list
},
/**
* 设置当前激活的页面 name
* @param {state} state vuex state