增删改查
This commit is contained in:
@@ -433,7 +433,8 @@ export default {
|
||||
* @param commit
|
||||
* @param value {Array}
|
||||
*/
|
||||
setKeepAliveExclude({commit}, value) {
|
||||
setKeepAliveExclude({ commit }, value) {
|
||||
console.log(value);
|
||||
commit('SET', {key: 'keepAliveExclude', value: value});
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user