This commit is contained in:
Jesse-Ma
2022-06-30 12:32:28 +08:00
parent 9a7d98316c
commit 0bdd2eea5c
5 changed files with 55 additions and 69 deletions

View File

@@ -161,7 +161,7 @@ export default {
escapeText: '',
key: '',
md5: '',
lock: '0',
lock: 0,
},
secret: {
storeKey: '',
@@ -169,9 +169,9 @@ export default {
cipher: '',
},
state: {
lock: '0',
locking: '0',
commited: '0'
lock: 0,
locking: 0,
commited: 0
}
}
},