mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-24 17:37:47 +00:00
feat(tabs): added tab folding
This commit is contained in:
@@ -5,8 +5,8 @@ export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7;
|
||||
|
||||
// aes encryption key
|
||||
export const cacheCipher = {
|
||||
key: '_12345678901234@',
|
||||
iv: '@12345678901234_',
|
||||
key: '_11111000001111@',
|
||||
iv: '@11111000001111_',
|
||||
};
|
||||
|
||||
// Whether the system cache is encrypted using aes
|
||||
|
||||
Reference in New Issue
Block a user