216 Star 14.7K Fork 662

卓源软件/JeeSite Vue3

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
encryptionSetting.ts 386 Bytes
Copy Edit Raw Blame History
卓源软件 authored 2024-01-09 10:22 +08:00 . 本地缓存超期时间修改默认为60天
import { isDevMode } from '/@/utils/env';
// System default cache time, in seconds ( 60 days )
export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 60;
// aes encryption key(key and iv 16 bits)
export const cacheCipher = {
key: '_11111000001111@',
iv: '@11111000001111_',
};
// Whether the system cache is encrypted using aes
export const enableStorageEncryption = !isDevMode();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/thinkgem/jeesite-vue.git
git@gitee.com:thinkgem/jeesite-vue.git
thinkgem
jeesite-vue
JeeSite Vue3
next

Search