1 2 3
// System default cache time, in seconds export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7;
4 5 6 7 8 9 10
/** * @description: */ export const storageCipher = { key: '_12345678901234@', iv: '@12345678901234_', };