增删改查

This commit is contained in:
weicw
2021-08-02 18:31:25 +08:00
parent 428125d7fb
commit 1d94a57e39
12 changed files with 871 additions and 208 deletions

View File

@@ -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});
},
/**