mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
11 lines
206 B
TypeScript
11 lines
206 B
TypeScript
// System default cache time, in seconds
|
|
export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7;
|
|
|
|
/**
|
|
* @description:
|
|
*/
|
|
export const storageCipher = {
|
|
key: '_12345678901234@',
|
|
iv: '@12345678901234_',
|
|
};
|