mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-20 19:18:31 +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